Skip to content

Commit

Permalink
Add support for Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 21, 2018
1 parent 6c9577c commit f8ae0e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,8 @@ python:
- pypy3
matrix:
include:
- python: 3.7
dist: xenial
- python: 3.6
name: "Flake8"
install: pip install -U flake8
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -7,6 +7,8 @@ CHANGES

- Require `zope.app.locales >= 4.0` to get red of code copied from there.

- Add support for Python 3.7.


1.0.0 (2018-01-10)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -56,6 +56,7 @@ def read(*rnames):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Buildout",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -6,6 +6,7 @@ envlist =
py34,
py35,
py36,
py37,
pypy,
pypy3,
coverage
Expand Down

0 comments on commit f8ae0e1

Please sign in to comment.