summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2021-03-13 19:48:53 +0100
committerStefan Kögl <stefan@skoegl.net>2021-03-13 19:49:48 +0100
commit3b84fd3fc9424902e98a4a4990ea766e4f0f5380 (patch)
treef284608b7a5915e03076bbf9bfea490d9eacc66c
parent1855741f3dba6c603c5e806420973214e550a756 (diff)
downloadpython-json-pointer-3b84fd3fc9424902e98a4a4990ea766e4f0f5380.tar.gz
Also include Python 3.9python-3.8
-rw-r--r--.travis.yml4
-rw-r--r--setup.py1
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ed8bfb3..62ad875 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,9 @@ python:
- '3.6'
- '3.7'
- '3.8'
-- 3.8-dev
+- '3.9'
+- 3.10-dev
- nightly
-- pypy
- pypy3
install:
- travis_retry pip install coveralls
diff --git a/setup.py b/setup.py
index 837c51a..da27f3f 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',