Skip to content

Commit a6340b6

Browse files
committed
Run 3.11 in CI.
1 parent 62e8557 commit a6340b6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@ jobs:
8484
toxenv: py310-format_nongpl-build
8585
- name: "3.10"
8686
toxenv: py310-format_nongpl-tests
87+
- name: "3.11.0-alpha - 3.11.0"
88+
toxenv: py311-noextra-build
89+
- name: "3.11.0-alpha - 3.11.0"
90+
toxenv: py311-noextra-tests
91+
- name: "3.11.0-alpha - 3.11.0"
92+
toxenv: py311-format-build
93+
- name: "3.11.0-alpha - 3.11.0"
94+
toxenv: py311-format-tests
95+
- name: "3.11.0-alpha - 3.11.0"
96+
toxenv: py311-format_nongpl-build
97+
- name: "3.11.0-alpha - 3.11.0"
98+
toxenv: py311-format_nongpl-tests
8799
- name: "3.10"
88100
toxenv: docs-dirhtml
89101
- name: "3.10"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,py3}-{noextra,format,format_nongpl}-{build,tests},
3+
py{37,38,39,310,311,py3}-{noextra,format,format_nongpl}-{build,tests},
44
readme
55
safety
66
secrets

0 commit comments

Comments
 (0)