Skip to content

Commit 17f004d

Browse files
authored
Merge pull request #39 from stefankoegl/python-3.8
Python 3.8 & 3.9
2 parents 99f28ac + 3b84fd3 commit 17f004d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.4'
54
- '3.5'
65
- '3.6'
76
- '3.7'
8-
- 3.7-dev
9-
- 3.8-dev
7+
- '3.8'
8+
- '3.9'
9+
- 3.10-dev
1010
- nightly
11-
- pypy
1211
- pypy3
1312
install:
1413
- travis_retry pip install coveralls

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
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',
4746
'Programming Language :: Python :: 3.7',
47+
'Programming Language :: Python :: 3.8',
48+
'Programming Language :: Python :: 3.9',
4849
'Programming Language :: Python :: Implementation :: CPython',
4950
'Programming Language :: Python :: Implementation :: PyPy',
5051
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)