File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments