We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7224f5b commit d0dd015Copy full SHA for d0dd015
setup.py
@@ -88,7 +88,7 @@ def run(self):
88
89
if __name__ == '__main__':
90
setup(
91
- python_requires='>3.9.0',
+ python_requires='>=3.9.0',
92
name=about['__package_name__'],
93
version=about['__version__'],
94
author=about['__author__'],
@@ -117,11 +117,11 @@ def run(self):
117
'Natural Language :: English',
118
'Programming Language :: Python',
119
'Programming Language :: Python :: 3',
120
- 'Programming Language :: Python :: 3.6',
121
- 'Programming Language :: Python :: 3.7',
122
- 'Programming Language :: Python :: 3.8',
123
'Programming Language :: Python :: 3.9',
124
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
125
'Topic :: Software Development :: Libraries :: Python Modules',
126
],
127
install_requires=install_requires,
0 commit comments