Skip to content

Commit

Permalink
Revert meson build change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonadaly committed Oct 21, 2024
1 parent 6cb78c1 commit d4f99f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.9, "3.10", "3.11" ]
python-version: [ 3.9, "3.10", "3.11", "3.12", ]

env:
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
build-backend = 'mesonpy'
requires = [
"numpy >= 2.0.0; python_version > '3.9'",
"oldest-supported-numpy; python_version <= '3.9'",
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"meson-python"
]

Expand Down

0 comments on commit d4f99f9

Please sign in to comment.