Skip to content

Commit db517da

Browse files
committed
Remove Python 2 and some travis test versions below 3.6
1 parent a5af273 commit db517da

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
dist: xenial
22
language: python
33
python:
4-
- "2.7"
5-
- "3.4"
6-
- "3.5"
74
- "3.6"
85
- "3.7"
9-
- "3.8-dev"
6+
- "3.8"
107
- "nightly"
118
- "pypy"
129
- "pypy3"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484

8585
# Specify the Python versions you support here. In particular, ensure
8686
# that you indicate whether you support Python 2, Python 3 or both.
87-
'Programming Language :: Python :: 2',
88-
'Programming Language :: Python :: 2.7',
8987
'Programming Language :: Python :: 3',
9088
'Programming Language :: Python :: 3.2',
9189
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)