Skip to content

Commit 7d451d0

Browse files
authored
Add support and testing for Python 3.12
Thanks @ericwb for the PR!
1 parent 1b51ef1 commit 7d451d0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7']
14+
python-version: ['3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'Programming Language :: Python :: 3.9',
3535
'Programming Language :: Python :: 3.10',
3636
'Programming Language :: Python :: 3.11',
37+
'Programming Language :: Python :: 3.12',
3738

3839
'Topic :: Software Development :: Libraries',
3940
'Topic :: Software Development :: Libraries :: Python Modules'

0 commit comments

Comments
 (0)