Skip to content

Commit 8ffbfb8

Browse files
committed
MAINT: added support for Python 3.12
1 parent cf44f9b commit 8ffbfb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
36-
python-version: ['3.8', '3.9', '3.10', '3.11']
36+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3737

3838
defaults:
3939
run:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def readlocal(fname):
3939
'Programming Language :: Python :: 3.9',
4040
'Programming Language :: Python :: 3.10',
4141
'Programming Language :: Python :: 3.11',
42+
'Programming Language :: Python :: 3.12',
4243
'Topic :: Scientific/Engineering',
4344
'Topic :: Software Development :: Libraries',
4445
]

0 commit comments

Comments
 (0)