summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-04-15 12:20:46 -0400
committerJulian Berman <Julian@GrayVines.com>2022-04-15 12:20:46 -0400
commit240dbb1baec212abc464c86a9f56b0d3414684a5 (patch)
tree09e22a42d69d02fe6e5d52960e517a15f406686b /.github/workflows
parentae8be4ac7d9366b25299defb759ca3443f464516 (diff)
downloadjsonschema-240dbb1baec212abc464c86a9f56b0d3414684a5.tar.gz
Skip annoying compiling Windows builds on 3.11 as well.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8b04394..11fc2ed 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -155,6 +155,18 @@ jobs:
toxenv: py310-format_nongpl-tests
- os: windows-latest
python-version:
+ name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-noextra-tests
+ - os: windows-latest
+ python-version:
+ name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format-tests
+ - os: windows-latest
+ python-version:
+ name: "3.11.0-alpha - 3.11.0"
+ toxenv: py311-format_nongpl-tests
+ - os: windows-latest
+ python-version:
name: "3.10"
toxenv: readme
- os: windows-latest