Skip to content

Commit fa6f0cc

Browse files
committed
Update Python versions
1 parent 277e106 commit fa6f0cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.4'
54
- '3.5'
65
- '3.6'
7-
- 3.6-dev
8-
- 3.7-dev
6+
- '3.7'
7+
- '3.8'
8+
- 3.8-dev
9+
- 3.9-dev
910
- nightly
1011
- pypy
1112
- pypy3

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
'Programming Language :: Python :: 2',
4242
'Programming Language :: Python :: 2.7',
4343
'Programming Language :: Python :: 3',
44-
'Programming Language :: Python :: 3.4',
4544
'Programming Language :: Python :: 3.5',
4645
'Programming Language :: Python :: 3.6',
46+
'Programming Language :: Python :: 3.7',
47+
'Programming Language :: Python :: 3.8',
4748
'Programming Language :: Python :: Implementation :: CPython',
4849
'Programming Language :: Python :: Implementation :: PyPy',
4950
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)