Skip to content

Commit

Permalink
Remove Python3.4 from to-test list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 9, 2019
1 parent 2b186a2 commit b49828b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
'Programming Language :: Python :: 2.7',
#'Programming Language :: Python :: 3.3',
# should work, but is no longer tested
'Programming Language :: Python :: 3.4',
#'Programming Language :: Python :: 3.4',
# should work, but is no longer tested
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit b49828b

Please sign in to comment.