Skip to content

Commit d0dd015

Browse files
authored
Update setup.py
Version specification updates
1 parent 7224f5b commit d0dd015

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run(self):
8888

8989
if __name__ == '__main__':
9090
setup(
91-
python_requires='>3.9.0',
91+
python_requires='>=3.9.0',
9292
name=about['__package_name__'],
9393
version=about['__version__'],
9494
author=about['__author__'],
@@ -117,11 +117,11 @@ def run(self):
117117
'Natural Language :: English',
118118
'Programming Language :: Python',
119119
'Programming Language :: Python :: 3',
120-
'Programming Language :: Python :: 3.6',
121-
'Programming Language :: Python :: 3.7',
122-
'Programming Language :: Python :: 3.8',
123120
'Programming Language :: Python :: 3.9',
124121
'Programming Language :: Python :: 3.10',
122+
'Programming Language :: Python :: 3.11',
123+
'Programming Language :: Python :: 3.12',
124+
'Programming Language :: Python :: 3.13',
125125
'Topic :: Software Development :: Libraries :: Python Modules',
126126
],
127127
install_requires=install_requires,

0 commit comments

Comments
 (0)