Skip to content

Commit 83c9aeb

Browse files
committed
setup.py: Add Python 3.9-3.12 classifiers
This commit adds the classifiers for the Python versions from 3.9 to 3.12 since these versions have been tested to be compatible. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a88c021 commit 83c9aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"Programming Language :: Python :: 3.6",
9191
"Programming Language :: Python :: 3.7",
9292
"Programming Language :: Python :: 3.8",
93+
"Programming Language :: Python :: 3.9",
94+
"Programming Language :: Python :: 3.10",
95+
"Programming Language :: Python :: 3.11",
96+
"Programming Language :: Python :: 3.12",
9397
"Programming Language :: Python :: Implementation :: CPython",
9498
"Programming Language :: Python :: Implementation :: PyPy",
9599
]

0 commit comments

Comments
 (0)