Skip to content

Commit a77583c

Browse files
anton-petrovosminogin
authored andcommitted
ci: change default python to 3.12
1 parent 23ebec0 commit a77583c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-and-linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: [3.8, 3.9, "3.10", 3.11]
28+
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-python@v4
@@ -47,8 +47,8 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.11
51-
- run: pip install tox cython
50+
python-version: 3.12
51+
- run: pip install tox cython==0.29.36
5252
- run: make cythonize
5353
- run: tox
5454
env:
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v3
6565
- uses: actions/setup-python@v4
6666
with:
67-
python-version: 3.11
67+
python-version: 3.12
6868
- run: pip install tox
6969
- run: tox
7070
env:

0 commit comments

Comments
 (0)