Skip to content

Commit aa91b3a

Browse files
committed
Apparently SETUPTOOLS_USE_DISTUTILS="stdlib" is one answer to 3.8/3.9 compatiibiity
See pypa/setuptools#3532
1 parent 8c4e7ec commit aa91b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
- name: Build wheels
123123
uses: pypa/cibuildwheel@v2.21.3
124124
env:
125+
SETUPTOOLS_USE_DISTUTILS: "stdlib"
125126
CIBW_BUILD: "${{ matrix.cp }}-*"
126127
CIBW_SKIP: "*musllinux*"
127128
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)