Skip to content

Commit

Permalink
Require Python >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jul 14, 2019
1 parent 95eab92 commit 7a8dc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -10,6 +10,7 @@ Version 4.0

- Cookiecutter and Django extracted to their own repositories, issue #175
- Support for Python 3.4 dropped, issue #226
- Dropped deprecated ``requirements.txt`` file, issue #182


Current versions
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -33,7 +33,7 @@ classifiers =
[options]
zip_safe = False
packages = find:
python_requires = >=3.4
python_requires = >=3.6
include_package_data = True
package_dir =
=src
Expand Down

0 comments on commit 7a8dc16

Please sign in to comment.