Skip to content

Commit 05635b2

Browse files
[TESTING] Fix for regression.
### ChangeLog: Changes in file .github/workflows/Tests.yml: jobs:
1 parent 82f91d4 commit 05635b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)