Skip to content

Commit ef898c4

Browse files
authored
drop python 3.9 and add 3.13 to testing (#486)
* drop python 3.9 and add 3.13 to testing Signed-off-by: Dan Huang <dahuang@redhat.com> * fix 3.13 error Signed-off-by: Dan Huang <dahuang@redhat.com> --------- Signed-off-by: Dan Huang <dahuang@redhat.com>
1 parent 3e4f164 commit ef898c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: set python
8484
id: set_python
85-
uses: actions/setup-python@v5
85+
uses: actions/setup-python@v6
8686
with:
8787
python-version: ${{ inputs.python }}
8888

.github/workflows/trigger-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
push_to_pypi: ${{ (github.event.schedule == '30 0 * * *') || inputs.push_to_pypi || false }}
5050
test_configs: '[{"python":"3.11.4","label":"k8s-util","timeout":"40","code_coverage":true},
5151
{"python":"3.10.12","label":"k8s-util","timeout":"40"},
52-
{"python":"3.9.17","label":"k8s-h100-solo","timeout":"40"},
52+
{"python":"3.13","label":"k8s-h100-solo","timeout":"40"},
5353
{"python":"3.12.6","label":"k8s-a100-duo","timeout":"40"}]'
5454
secrets: inherit

0 commit comments

Comments
 (0)