Skip to content

Commit e345bf6

Browse files
committed
ci: enable testing with Python 3.12
1 parent 40b2105 commit e345bf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
2222
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2324
Programming Language :: Fortran
2425
Operating System :: Microsoft :: Windows
2526
Operating System :: POSIX

0 commit comments

Comments
 (0)