crossenv
crossenv copied to clipboard
Fix Python 3.11 by removing use of sysconfig._is_python_source_dir
Added to conda-forge in https://github.com/conda-forge/crossenv-feedstock/pull/34 and I've tested locally that it works as expected.
I suspect there might be some more issues with crossenv that result from https://github.com/python/cpython/issues/89745 and/or https://github.com/python/cpython/issues/89183 but I've not yet found anything specific.
I think the CI is failing due to issues with a newer setuptools release rather than anything with this PR.
This patch did not work for me, however the patch in #104 does seem to work.