Skip to content
Snippets Groups Projects

Numpy 2.0

Merged Tobias Hangleiter requested to merge maint/numpy-2.0 into master
Files
2
+ 2
2
# we use the oldest compatible version
image: python:3.8-slim
image: python:3.9-slim
before_script:
- python -m pip install hatch
@@ -39,7 +39,7 @@ pages:
pypi:
stage: deploy
needs:
needs:
- job: "build"
artifacts: true
script:
Loading