Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit e96d1bf

Browse files
committed
Enable Python 3.12 support
1 parent 807dd61 commit e96d1bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python_version: [3.8, 3.9, '3.10', '3.11']
11+
python_version: [3.8, 3.9, '3.10', '3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ classifiers = [
9191
"Programming Language :: Python :: 3.9",
9292
"Programming Language :: Python :: 3.10",
9393
"Programming Language :: Python :: 3.11",
94+
"Programming Language :: Python :: 3.12",
9495
"Programming Language :: Python :: 3 :: Only",
9596
]
9697
dynamic = ["version"]

0 commit comments

Comments
 (0)