Skip to content

Commit 965ee33

Browse files
authored
Test with CPython 3.11 (#2388)
1 parent 717b595 commit 965ee33

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
py:
20+
- "3.11.0-beta.4"
2021
- "3.10"
2122
- "3.9"
2223
- "3.8"

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tox]
22
envlist =
33
fix_lint
4+
py311
5+
py310
46
py39
57
py38
68
py37
79
py36
8-
py35
910
pypy3
1011
coverage
1112
readme
@@ -76,12 +77,12 @@ commands =
7677
python -m coverage html -d {toxworkdir}/htmlcov
7778
python -m diff_cover.diff_cover_tool --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}/coverage.xml
7879
depends =
80+
py311
81+
py310
7982
py39
8083
py38
8184
py37
8285
py36
83-
py35
84-
py27
8586
pypy
8687
pypy3
8788

0 commit comments

Comments
 (0)