Skip to content

Commit 1fa5843

Browse files
authored
Add support for Python 3.12 (#85)
1 parent 8ce342c commit 1fa5843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
'Programming Language :: Python :: 3.9',
2424
'Programming Language :: Python :: 3.10',
2525
'Programming Language :: Python :: 3.11',
26+
'Programming Language :: Python :: 3.12',
2627
'Topic :: Software Development :: Libraries :: Python Modules',
2728
]
2829
dependencies = []

0 commit comments

Comments
 (0)