Skip to content

Commit

Permalink
py311
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbc committed Nov 11, 2022
1 parent 25f12d6 commit 8aa207c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
tox_env: py39
- py_version: "3.10"
tox_env: py310
- py_version: "3.11"
tox_env: py311

# the steps of the CI
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = style, make-docs, check-manifest, docstyle, py37, py38, py39, py310, coverage
envlist = style, make-docs, check-manifest, docstyle, py37, py38, py39, py310, py311, coverage


[testenv]
Expand Down

0 comments on commit 8aa207c

Please sign in to comment.