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 7878 - name : Set up Python
7979 uses : actions/setup-python@v5.6.0
8080 with :
81- python-version : " 3.9"
81+ python-version : " 3.9 || 3.13 "
8282
8383 - name : Get Python Version
8484 id : get_python_version
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/checkout@v4.2.2
116116 - uses : actions/setup-python@v5
117117 with :
118- python-version : " 3.12"
118+ python-version : " 3.12 || 3.13 "
119119 - name : Download coverage reports
120120 uses : actions/download-artifact@v4.3.0
121121 with :
@@ -166,7 +166,7 @@ jobs:
166166 - name : Set up Python
167167 uses : actions/setup-python@v5.6.0
168168 with :
169- python-version : " 3.9"
169+ python-version : " 3.9 || 3.13 "
170170 - name : Get Python Version
171171 id : get_python_version
172172 run : echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments