File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,8 @@ def test_crossenv(session: nox.Session):
73
73
git config --global --add safe.directory /io
74
74
75
75
cd examples/rust_with_cffi/
76
- # Using crossenv master to workaround https://github.com/benfogle/crossenv/issues/108, will need 1.5.0 when released
77
- python3.11 -m pip install https://github.com/benfogle/crossenv/archive/refs/heads/master.zip
78
- python3.11 -m crossenv "/opt/python/cp311-cp311/bin/python3" --cc $TARGET_CC --cxx $TARGET_CXX --sysroot $TARGET_SYSROOT --env LIBRARY_PATH= --manylinux manylinux1 /venv
76
+ python3.13 -m pip install crossenv
77
+ python3.13 -m crossenv "/opt/python/cp313-cp313/bin/python3" --cc $TARGET_CC --cxx $TARGET_CXX --sysroot $TARGET_SYSROOT --env LIBRARY_PATH= --manylinux manylinux1 /venv
79
78
. /venv/bin/activate
80
79
81
80
build-pip install -U 'pip>=23.2.1' 'setuptools>=70.1' 'build>=1'
@@ -128,7 +127,7 @@ def test_crossenv(session: nox.Session):
128
127
"/io" ,
129
128
"--platform" ,
130
129
docker_platform ,
131
- "python:3.11 " ,
130
+ "python:3.13 " ,
132
131
"bash" ,
133
132
"-c" ,
134
133
script_check ,
You can’t perform that action at this time.
0 commit comments