diff options
| author | Ubuntu Git Importer <usd-importer-do-not-mail@canonical.com> | 2020-07-02 16:07:03 +0000 |
|---|---|---|
| committer | Ubuntu Git Importer <usd-importer-do-not-mail@canonical.com> | 2020-07-02 16:07:03 +0000 |
| commit | adb1293b571778dbcaba3f0657d83f92e2e251e0 (patch) | |
| tree | 9abab3d752b3d0c5baef7188bf75de170d0a51ae | |
| parent | f37f40797abd0e71b67ac04e75ff6cf28e453802 (diff) | |
New upstream version 1.10upstream/debian/1.10.xz
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | jsonpointer.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 822fb93..9065721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" + - "3.5" - "pypy" - "pypy3" diff --git a/jsonpointer.py b/jsonpointer.py index 718ea9a..eea100c 100644 --- a/jsonpointer.py +++ b/jsonpointer.py @@ -41,7 +41,7 @@ except ImportError: # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.9' +__version__ = '1.10' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' @@ -45,9 +45,9 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries', |
