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 dad462d commit 4fd1f31Copy full SHA for 4fd1f31
setup.py
@@ -56,9 +56,9 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list:
56
'License :: OSI Approved :: MIT License',
57
'Programming Language :: Python',
58
'Programming Language :: Python :: 3 :: Only',
59
- 'Programming Language :: Python :: 3.8'
60
- 'Programming Language :: Python :: 3.9'
61
- 'Programming Language :: Python :: 3.10'
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
62
'Programming Language :: Python :: 3.11'
63
],
64
packages=find_packages(),
0 commit comments