Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Allow Python 3.7 to fail as the needed zc.ngi is not yet ported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 6, 2019
1 parent 330c1a0 commit c493150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ cache:
pip: true
directories:
- eggs/
jobs:
allow_failures:
- python: 3.7
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent',
Expand Down
3 changes: 2 additions & 1 deletion src/zc/monitor/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Change History
Unreleased
----------

- Use new Python 2.6/3.x compatible exception syntax.
- Use new Python 2.6/3.x compatible exception syntax. (This does not mean that
this package is already Python 3 compatible.)


0.3.1 (2012-04-27)
Expand Down

0 comments on commit c493150

Please sign in to comment.