Skip to content

Commit e3479ec

Browse files
committed
Drop support for end-of-life Python 3.6
1 parent cfcab36 commit e3479ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
"Operating System :: OS Independent",
2121
"Topic :: Software Development",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.6",
2423
"Programming Language :: Python :: 3.7",
2524
"Programming Language :: Python :: 3.8",
2625
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3 :: Only",
2827
],
29-
python_requires='>=3.6',
28+
python_requires='>=3.7',
3029
setup_requires=[
3130
'setuptools>=38.6.0', # for long_description_content_type
3231
],

0 commit comments

Comments
 (0)