Skip to content

Commit d2df7e8

Browse files
committed
updated maturin version
1 parent 049ba0a commit d2df7e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# maturin generate-ci github
55
#
6-
name: CI
6+
name: wheels
77

88
on:
99
push:
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
26+
target: [x86_64, aarch64]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ name = "stam"
55
test = [ "pytest" ]
66

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

0 commit comments

Comments
 (0)