diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2019-09-18 19:09:31 +0200 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2019-09-18 19:09:31 +0200 |
| commit | 318be98cc9d04b7fdc08cd00fdc66c9cbb118c1e (patch) | |
| tree | e0dba92cee2d818fd067afdc321f9a53a2aa29a0 | |
| parent | 277e106016db0e81c64c561052be5360b9870974 (diff) | |
| download | python-json-pointer-python-3.7.tar.gz | |
Support Python 3.7python-3.7
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f67ebbe..0949d44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ python: - '3.4' - '3.5' - '3.6' -- 3.6-dev +- '3.7' - 3.7-dev +- 3.8-dev - nightly - pypy - pypy3 @@ -44,6 +44,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries', |
