Skip to content

Commit

Permalink
Relax minimum required Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 22, 2021
1 parent b5f2a9a commit c330acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ tox_testenv_extras: all
min_coverage: 95
mypy_version: "0.800"
docs_fail_on_warning: true

requires_python: 3.6
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers =
Typing :: Typed

[options]
python_requires = >=3.6.1
python_requires = >=3.6
zip_safe = False
include_package_data = True
packages = find:
Expand Down

0 comments on commit c330acd

Please sign in to comment.