Skip to content

Commit 94b1421

Browse files
committed
ci: add python 3.12
1 parent 3fd00e6 commit 94b1421

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/full-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [Windows, macOS] # exclude Ubuntu as it is available in pr-tests
19-
python-version: ["3.9", "3.10", "3.11"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2020
include:
2121
- os: Windows
2222
image: windows-2022

.github/workflows/latest-deps-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
call-tests:
99
strategy:
10-
matrix: #
11-
os: [Ubuntu, macOS, Windows]
12-
python-version: ["3.9", "3.10", "3.11"]
10+
matrix:
11+
os: [Ubuntu]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1313
include:
1414
- os: Ubuntu
1515
image: ubuntu-latest

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [Ubuntu]
14-
python-version: ["3.9", "3.10", "3.11"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
include:
1616
- os: Ubuntu
1717
image: ubuntu-latest

.github/workflows/test-and-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
strategy:
8888
matrix:
89-
python-version: ["3.9", "3.10", "3.11"]
89+
python-version: ["3.9", "3.10", "3.11", "3.12"]
9090
steps:
9191
- name: Set up Python
9292
uses: actions/setup-python@v5

.github/workflows/test-published-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1313
steps:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)