Skip to content

Commit

Permalink
add numpy version for python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 17, 2024
1 parent 14a6d52 commit 93865f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ci/release-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
numpy:
py38: 1.23.5
py39: 1.23.5
py310: 1.23.5
py311: 1.23.5
py312: 1.26.4
py313: 2.2.0
python: 3-builtin
setuptools: 69.0.3
wheel: 0.42.0
setuptools: 75.6.0
wheel: 0.45.1
8 changes: 6 additions & 2 deletions ci/repository.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
numpy:
2.2.0:
source: pypi
make: pip
maintainer: ci
1.26.4:
source: pypi
make: pip
Expand All @@ -16,13 +20,13 @@ python:
makeopts: --virtualenv-interpreter python3

setuptools:
69.0.3:
75.6.0:
source: pypi
make: pip
maintainer: ci

wheel:
0.42.0:
0.45.1:
source: pypi
make: pip
maintainer: ci

0 comments on commit 93865f3

Please sign in to comment.