Skip to content

Commit 6f1a58c

Browse files
committed
require python >= 3.6
3.5 is EOL and our code use f-strings.
1 parent 9b5fa75 commit 6f1a58c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.5
2221
Programming Language :: Python :: 3.6
2322
Programming Language :: Python :: 3.7
2423
Programming Language :: Python :: 3.8
@@ -28,7 +27,7 @@ classifiers =
2827

2928
[options]
3029
use_scm_version = True
31-
python_requires = >=3.5
30+
python_requires = >=3.6
3231
packages = find:
3332
setup_requires =
3433
setuptools_scm

0 commit comments

Comments
 (0)