Skip to content

Commit 9087328

Browse files
setup: add Python 3.10 classifier
1 parent a97a1b9 commit 9087328

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def read(fname):
4040
'Programming Language :: Python :: 3.7',
4141
'Programming Language :: Python :: 3.8',
4242
'Programming Language :: Python :: 3.9',
43+
'Programming Language :: Python :: 3.10',
4344
],
4445
)
4546

46-
setuptools.setup(**setup_args)
47+
setuptools.setup(**setup_args)

0 commit comments

Comments
 (0)