File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
- name : Set up Python
79
79
uses : actions/setup-python@v5.6.0
80
80
with :
81
- python-version : " 3.9"
81
+ python-version : " 3.9 || 3.13 "
82
82
83
83
- name : Get Python Version
84
84
id : get_python_version
@@ -112,7 +112,7 @@ jobs:
112
112
- uses : actions/checkout@v4.2.2
113
113
- uses : actions/setup-python@v5
114
114
with :
115
- python-version : " 3.12"
115
+ python-version : " 3.12 || 3.13 "
116
116
- name : Download coverage reports
117
117
uses : actions/download-artifact@v5.0.0
118
118
with :
@@ -163,7 +163,7 @@ jobs:
163
163
- name : Set up Python
164
164
uses : actions/setup-python@v5.6.0
165
165
with :
166
- python-version : " 3.9"
166
+ python-version : " 3.9 || 3.13 "
167
167
- name : Get Python Version
168
168
id : get_python_version
169
169
run : echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments