Skip to content

Commit 0206f63

Browse files
committed
Add Python 3.11 and 3.12 to supported versions
1 parent 49baa5c commit 0206f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def get_version(rel_path):
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
56+
"Programming Language :: Python :: 3.12",
5557
"Programming Language :: Python :: 3 :: Only",
5658
],
5759
# This field adds keywords for your project which will appear on the

0 commit comments

Comments
 (0)