Skip to content

Commit

Permalink
Test through python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove committed Dec 11, 2023
1 parent 45b9790 commit 4e3dc7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -11,7 +11,7 @@ This is a compact and simple JSON-RPC client implementation interface python cod
Main Features
-------------

* Python 3.6, 3.7, 3.8 & 3.9 compatible
* Python 3.7 - 3.12 compatible
* Supports nested namespaces (eg. `app.users.getUsers()`)
* 100% test coverage

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -29,6 +29,8 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],

)

0 comments on commit 4e3dc7c

Please sign in to comment.