Skip to content

Commit

Permalink
Merge pull request #26 from zopefoundation/py37
Browse files Browse the repository at this point in the history
Add Python 3.7 support.
  • Loading branch information
dataflake committed Oct 11, 2018
2 parents 3b76873 + 64c3f12 commit 3d4ac6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ matrix:
include:
- python: 2.7
env: EXTRA=-zserver
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install six==1.10.0 # force to avoid conflict with zc.recipe.testrunner
- pip install -U setuptools==33.1.1
- pip install zc.buildout coverage coveralls
- buildout bootstrap
- buildout
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change Log
2.0b2 (unreleased)
------------------

- Add support for Python 3.7.

- Do not override a previously set response body in
``HTTPBasicAuthHelper.challenge()`` allowing to set the response body via
an exception view in Zope >= 4.0b6.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _package_doc(name):
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development",
"Topic :: System :: Systems Administration :: Authentication/Directory", # noqa
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py27-zserver,
py35,
py36,
py37,
flake8,
coverage-report,

Expand All @@ -17,7 +18,6 @@ commands =
{[testenv]buildout} install test
coverage run {envbindir}/test {posargs:-vc1}
deps =
setuptools==33.1.1
zc.buildout
coverage
setenv =
Expand Down

0 comments on commit 3d4ac6b

Please sign in to comment.