Skip to content

Commit

Permalink
CI: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Nov 18, 2024
1 parent f2e466c commit ee0ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee0ca50

Please sign in to comment.