summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-06-12 16:27:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-06-12 16:36:25 -0400
commit48adabe567806c808fdede5afc8c57f68c4f9755 (patch)
tree1ad1eefb633236c711e557bb1d3f720ca6a67247 /.github/workflows
parent66ad7781db135ebd7965716dd1a6fcd8ef503f9a (diff)
downloadpython-setuptools-git-48adabe567806c808fdede5afc8c57f68c4f9755.tar.gz
Disable Python 3.11 from the build matrix for now. Ref #3365.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 41349800..4a68822b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,7 +20,8 @@ jobs:
# actions/setup-python#213
- ~3.7.0-0
- ~3.10.0-0
- - ~3.11.0-0
+ # disabled due to #3365
+ # - ~3.11.0-0
- pypy-3.7
platform:
- ubuntu-latest