Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Add Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 28, 2020
1 parent 62f5c4a commit 657d135
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy
- pypy3
script:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CHANGES
5.0.1 (unreleased)
------------------

- Add support for Python 3.8 and 3.9.

- Drop security declarations for the deprecated ``binhex`` standard library
module from globalmodules.zcml.

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def read(*rnames):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27, py35, py36, py37, pypy, pypy3
py27, py35, py36, py37, py38, py39, pypy, pypy3

[testenv]
commands =
Expand Down

0 comments on commit 657d135

Please sign in to comment.