Skip to content

Commit

Permalink
Formalise support for Python 3.10
Browse files Browse the repository at this point in the history
This includes adding tests on Travis, and adding the classifier in the
package description.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Mar 16, 2022
1 parent c522908 commit b67b90f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- python: "3.7"
env: YAJL_VERSION=none
- python: "3.8"
- python: "3.9-dev"
- python: "3.9"
- python: "3.10-dev"

#build wheels
- name: linux wheels build
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
This tool should be useful for new users
who are usually confused with how to use the library,
and the prefix in particular.
* Mark Python 3.10 as explicitly supported.

## [3.1.4]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def get_ijson_version():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit b67b90f

Please sign in to comment.