We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97a1b9 commit 9087328Copy full SHA for 9087328
setup.py
@@ -40,7 +40,8 @@ def read(fname):
40
'Programming Language :: Python :: 3.7',
41
'Programming Language :: Python :: 3.8',
42
'Programming Language :: Python :: 3.9',
43
+ 'Programming Language :: Python :: 3.10',
44
],
45
)
46
-setuptools.setup(**setup_args)
47
+setuptools.setup(**setup_args)
0 commit comments