Skip to content

Commit

Permalink
updated maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 7, 2023
1 parent 049ba0a commit d2df7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github
#
name: CI
name: wheels

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ name = "stam"
test = [ "pytest" ]

[build-system]
requires = ["maturin>=0.11,<0.12"]
requires = ["maturin>=1.0.1"]
build-backend = "maturin"

0 comments on commit d2df7e8

Please sign in to comment.