Skip to content

Commit 08c8bb7

Browse files
committed
Test against Python 3.12
First tested in #591
1 parent b2e0cd0 commit 08c8bb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
steps:
1515
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: '3.11'
41+
python-version: '3.12'
4242
- uses: actions/cache@v3
4343
name: Configure pip caching
4444
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
13+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1414
numpy: [0, 1]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
steps:

0 commit comments

Comments
 (0)