Skip to content

Commit

Permalink
require python >= 3.6
Browse files Browse the repository at this point in the history
3.5 is EOL and our code use f-strings.
  • Loading branch information
philpep committed Nov 11, 2020
1 parent 9b5fa75 commit 6f1a58c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand All @@ -28,7 +27,7 @@ classifiers =

[options]
use_scm_version = True
python_requires = >=3.5
python_requires = >=3.6
packages = find:
setup_requires =
setuptools_scm
Expand Down

0 comments on commit 6f1a58c

Please sign in to comment.