Skip to content

Commit 14fa062

Browse files
committed
Add tested support for Python 3.12
1 parent 3086159 commit 14fa062

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.9'
2121
- '3.10'
2222
- '3.11'
23+
- 3.12-dev
2324
- pypy-3.9
2425
include:
2526
- os: ubuntu-20.04

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
4848
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.12",
4950
"Programming Language :: Python :: 3 :: Only",
5051
"Programming Language :: Python :: Implementation :: PyPy",
5152
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)