summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0949d44..1780f30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
language: python
python:
- '2.7'
-- '3.4'
- '3.5'
- '3.6'
- '3.7'
-- 3.7-dev
+- '3.8'
- 3.8-dev
+- 3.9-dev
- nightly
- pypy
- pypy3
diff --git a/setup.py b/setup.py
index 16ff064..837c51a 100644
--- a/setup.py
+++ b/setup.py
@@ -41,10 +41,10 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',