Skip to content

Commit

Permalink
feat: Add Python 3.10, 3.11 support (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Nov 14, 2022
1 parent 0f5d9c5 commit 417cccd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -29,13 +29,19 @@ jobs:
- python-version: 3.8
env:
TOXENV: py
- python-version: 3.8
- python-version: 3.9
env:
TOXENV: py
- python-version: "3.10"
env:
TOXENV: py
- python-version: "3.10"
env:
TOXENV: latest
- python-version: 3.9
- python-version: "3.11"
env:
TOXENV: py
- python-version: 3.9
- python-version: "3.11"
env:
TOXENV: latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -54,6 +54,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit 417cccd

Please sign in to comment.