Skip to content

Commit db7bee1

Browse files
authored
Merge pull request #1124 from cclauss/patch-1
Add Python 3.11 to the testing
2 parents ba5017b + 156a390 commit db7bee1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- { VERSION: "3.8", TOXENV: "py38",ALLOW_FAILURE: false }
1414
- { VERSION: "3.9", TOXENV: "py39",ALLOW_FAILURE: false }
1515
- { VERSION: "3.10", TOXENV: "py310",ALLOW_FAILURE: false }
16+
- { VERSION: "3.11", TOXENV: "py311",ALLOW_FAILURE: false }
1617
- { VERSION: "3.10", TOXENV: "flake8,doclint,docs,commitlint", ALLOW_FAILURE: false }
1718
- { VERSION: "3.10", TOXENV: "docstrings", ALLOW_FAILURE: true}
1819
- { VERSION: "pypy3.9", TOXENV: "pypy", ALLOW_FAILURE: false }

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310,py39},black,flake8,doclint,commitlint,docstrings
2+
envlist = py{37,38,39,310,311,py39},black,flake8,doclint,commitlint,docstrings
33
minversion = 3.4.0
44

55
[testenv]

0 commit comments

Comments
 (0)