Update setup.py

let's show it supports 3.11 .  close #2941
This commit is contained in:
Benoit Chesneau 2023-05-07 14:37:53 +02:00 committed by GitHub
parent 792edf6d9a
commit 98653df9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',