summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml12
-rw-r--r--tox.ini2
2 files changed, 13 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 01b4997..f69e813 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -84,6 +84,18 @@ jobs:
toxenv: py310-format_nongpl-build
- name: "3.10"
toxenv: py310-format_nongpl-tests
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-noextra-build
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-noextra-tests
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format-build
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format-tests
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format_nongpl-build
+ - name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format_nongpl-tests
- name: "3.10"
toxenv: docs-dirhtml
- name: "3.10"
diff --git a/tox.ini b/tox.ini
index ced13cc..93365b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{37,38,39,310,py3}-{noextra,format,format_nongpl}-{build,tests},
+ py{37,38,39,310,311,py3}-{noextra,format,format_nongpl}-{build,tests},
readme
safety
secrets