Skip to content

Commit a34544d

Browse files
committedJul 17, 2024
MAINT: added support for Python 3.12
1 parent f16114d commit a34544d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.