diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-06-12 16:27:02 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-06-12 16:36:25 -0400 |
| commit | 48adabe567806c808fdede5afc8c57f68c4f9755 (patch) | |
| tree | 1ad1eefb633236c711e557bb1d3f720ca6a67247 /.github/workflows | |
| parent | 66ad7781db135ebd7965716dd1a6fcd8ef503f9a (diff) | |
| download | python-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.yml | 3 |
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 |
