Skip to content

Commit

Permalink
Test/support for Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 7, 2020
1 parent 8a4921d commit b935d6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
- python: "3.8"
dist: xenial
sudo: true
install:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
0.8.1 (unreleased)
------------------

- Nothing changed yet.
- Test/support for Python 3.8.
[jensens]


0.8 (2018-11-07)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='page template override',
author='Zope Foundation and Contributors',
Expand Down

0 comments on commit b935d6f

Please sign in to comment.