Skip to content

Commit

Permalink
Add support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Oct 27, 2022
1 parent 7280210 commit a100992
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
with:
python-version: 3.10.x
architecture: x64
- uses: actions/setup-python@v4
with:
python-version: 3.11.x
architecture: x64
- name: pip-cache
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py38
py39
py310
py311
lint
docs
cov
Expand All @@ -17,7 +18,7 @@ deps =

[testenv:cov]
depends =
py{37,38,39,310}
py{37,38,39,310,311}
skip_install = True
setenv =
commands =
Expand Down

0 comments on commit a100992

Please sign in to comment.