Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 6400dae

Browse files
committed
Officially support Python 3.11
1 parent f30c4ab commit 6400dae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- "3.8"
7272
- "3.9"
7373
- "3.10"
74+
- "3.11"
7475
tox_env:
7576
- pytest62
7677
- pytest70

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers =
2626
Programming Language :: Python :: 3.8
2727
Programming Language :: Python :: 3.9
2828
Programming Language :: Python :: 3.10
29+
Programming Language :: Python :: 3.11
2930
Programming Language :: Python :: 3 :: Only
3031
Operating System :: OS Independent
3132
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)