diff --git a/.ci/build_wheels.sh b/.ci/build_wheels.sh index 879e0fcf..d6283064 100755 --- a/.ci/build_wheels.sh +++ b/.ci/build_wheels.sh @@ -17,7 +17,7 @@ export CIBW_ENVIRONMENT_WINDOWS="ZLIB_HOME='$ZLIB_HOME'" # Run quick test suite on built wheels. export CIBW_TEST_REQUIRES="cython pytest numpy nibabel coverage cython-coverage pytest-cov" -# Disable python 3.7, as it is EOL as of June 2023, and +# Disable python 3.7, as it is EOL as of June 2024, and # unsupported by cython>=3.1.0 # # Disable pypy builds (reasons for doing this have been