Skip to content

Commit e97b2dc

Browse files
committed
Python 3.12 support
1 parent 29b193e commit e97b2dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ['3.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1818
os: [windows-latest, ubuntu-latest]
1919
fail-fast: false
2020
steps:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Programming Language :: Python :: 3.9",
4545
"Programming Language :: Python :: 3.10",
4646
"Programming Language :: Python :: 3.11",
47+
"Programming Language :: Python :: 3.12",
4748
"Topic :: Software Development :: Libraries"
4849
]
4950
include = [

0 commit comments

Comments
 (0)