Skip to content

Commit a2d2fa1

Browse files
committed
try no isolation
1 parent b4a9263 commit a2d2fa1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
output-dir: dist
7373
env:
7474
CIBW_BUILD: cp3${{ matrix.python.minor }}-*
75+
CIBW_CONFIG_SETTINGS: --no-isolation
7576
CIBW_ARCHS_WINDOWS: x86 AMD64
7677
CIBW_ARCHS_MACOS: x86_64
7778
CIBW_BEFORE_BUILD: pip install -r {project}/${{ matrix.python.req_build }}
@@ -87,6 +88,7 @@ jobs:
8788
output-dir: dist
8889
env:
8990
CIBW_BUILD: cp3${{ matrix.python.minor }}-macosx_arm64
91+
CIBW_CONFIG_SETTINGS: --no-isolation
9092
CIBW_BEFORE_BUILD: pip install -r {project}/${{ matrix.python.req_build }}
9193
CIBW_BEFORE_TEST: pip install -r {project}/${{ matrix.python.req_test }}
9294
CIBW_TEST_COMMAND: pytest {project}/test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
8383
'Programming Language :: Python :: 3.11',
8484
'Programming Language :: Python :: 3.12',
8585
'Programming Language :: Python :: 3.13',
86+
'Programming Language :: Python :: 3.14',
8687
'Programming Language :: Python :: Free Threading',
8788
'Typing :: Typed',
8889
],

0 commit comments

Comments
 (0)