We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12f73c commit a85759cCopy full SHA for a85759c
.github/workflows/main.yml
@@ -45,8 +45,6 @@ jobs:
45
test:
46
strategy:
47
matrix:
48
- distutils:
49
- - local
50
python:
51
- "3.7"
52
# disabled due to #3365
@@ -68,13 +66,14 @@ jobs:
68
66
platform: ubuntu-latest
69
67
- python: pypy3.9
70
+ distutils: stdlib
71
- platform: ubuntu-latest
72
python: "3.10"
73
distutils: stdlib
74
runs-on: ${{ matrix.platform }}
75
continue-on-error: ${{ matrix.python == '3.12' }}
76
env:
77
- SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}
+ SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
78
timeout-minutes: 75
79
steps:
80
- uses: actions/checkout@v3
0 commit comments