summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-05-05 13:39:55 -0400
committerJulian Berman <Julian@GrayVines.com>2022-05-05 13:39:55 -0400
commite5a4e1c5016a236feb8c095aadd4bb586ff7a06a (patch)
treeab178bf8db66ae4bbb33a436130d8c2b2ca35fae /.github
parenteed6d55bb916a701acb0fd19db63f73994e46d6f (diff)
downloadjsonschema-e5a4e1c5016a236feb8c095aadd4bb586ff7a06a.tar.gz
Disable 3.11 CI until pypa/setuptools#3274 is fixed.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml25
1 files changed, 13 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11fc2ed..a1b7ee3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -84,18 +84,19 @@ 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
+ # Temporarily disabled due to pypa/setuptools#3274
+ # - 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"