Skip to content

Commit

Permalink
Test with CPython 3.11 (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Jul 26, 2022
1 parent 717b595 commit 965ee33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.11.0-beta.4"
- "3.10"
- "3.9"
- "3.8"
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist =
fix_lint
py311
py310
py39
py38
py37
py36
py35
pypy3
coverage
readme
Expand Down Expand Up @@ -76,12 +77,12 @@ commands =
python -m coverage html -d {toxworkdir}/htmlcov
python -m diff_cover.diff_cover_tool --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}/coverage.xml
depends =
py311
py310
py39
py38
py37
py36
py35
py27
pypy
pypy3

Expand Down

0 comments on commit 965ee33

Please sign in to comment.