File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ jobs:
173173 timeout-minutes : 10
174174 strategy :
175175 matrix :
176- os : [ubuntu-latest, macos-latest, windows-latest ]
177- python-version : ["3.10", "3.11", "3.12"]
176+ os : [ubuntu-latest, macos-latest]
177+ python-version : ["3.10", "3.11", "3.12", "3.13" ]
178178 env :
179179 OS : ${{ matrix.os }}
180180 PYTHON_VERSION : ${{ matrix.python-version }}
@@ -257,15 +257,15 @@ jobs:
257257 timeout-minutes : 10
258258
259259 env :
260- PYTHON_VERSION : ' 3.12 '
260+ PYTHON_VERSION : ' 3.13 '
261261 LANG : " en_US.utf-8"
262262
263263 steps :
264264 - uses : actions/checkout@v4
265265 - name : Set up Python
266266 uses : actions/setup-python@v5
267267 with :
268- python-version : " 3.12 "
268+ python-version : " 3.13 "
269269 - name : Install dependencies for python Linters
270270 run : |
271271 pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.2";
You can’t perform that action at this time.
0 commit comments