We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464c75 commit 8041c64Copy full SHA for 8041c64
setup.py
@@ -35,7 +35,7 @@ def read_file(fname):
35
'Programming Language :: Python :: 3.7',
36
'Programming Language :: Python :: 3.8',
37
'Programming Language :: Python :: 3.9',
38
- 'Programming Language :: Python :: 3.10'
+ 'Programming Language :: Python :: 3.10',
39
],
40
install_requires=read_file('requirements.txt').splitlines(),
41
)
0 commit comments