Skip to content

Commit 3f71ecd

Browse files
committed
Chore: Adjust minimum Python version in project metadata
1 parent 1f593a5 commit 3f71ecd

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
@@ -77,7 +77,7 @@ def read(path):
7777
doc=['sphinx>=3.5,<7',
7878
'crate-docs-theme>=0.26.5'],
7979
),
80-
python_requires='>=3.7',
80+
python_requires='>=3.6',
8181
package_data={'': ['*.txt']},
8282
classifiers=[
8383
'Development Status :: 5 - Production/Stable',
@@ -86,6 +86,7 @@ def read(path):
8686
'Operating System :: OS Independent',
8787
'Programming Language :: Python',
8888
'Programming Language :: Python :: 3',
89+
'Programming Language :: Python :: 3.6',
8990
'Programming Language :: Python :: 3.7',
9091
'Programming Language :: Python :: 3.8',
9192
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)