Skip to content

Commit 821ea21

Browse files
authored
Add Python 3.11 to the testing
1 parent ba5017b commit 821ea21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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 }

0 commit comments

Comments
 (0)