Skip to content

Commit 0c411c2

Browse files
committed
advertize Python 3.10 and 3.11
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 6a9e57b commit 0c411c2

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
@@ -65,6 +65,8 @@ def find_package_modules(self, package, package_dir):
6565
'Programming Language :: Python :: 3.7',
6666
'Programming Language :: Python :: 3.8',
6767
'Programming Language :: Python :: 3.9',
68+
'Programming Language :: Python :: 3.10',
69+
'Programming Language :: Python :: 3.11',
6870
'Programming Language :: Python :: Implementation :: CPython',
6971
'Programming Language :: Python :: Implementation :: PyPy',
7072
'Topic :: Communications',

0 commit comments

Comments
 (0)