Skip to content

Commit

Permalink
Bump maturin version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Dec 12, 2024
1 parent e46ef5d commit 0e1c043
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: workflow_dispatch

env:
MATURIN_VERSION: 1.7.4
MATURIN_VERSION: 1.7.8
PY_ALL: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
MATURIN_VERSION: 1.7.4
MATURIN_VERSION: 1.7.8
PYTHON_VERSION: 3.12

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*.*.*

env:
MATURIN_VERSION: 1.7.4
MATURIN_VERSION: 1.7.8
PY_ALL: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

env:
MATURIN_VERSION: 1.7.4
MATURIN_VERSION: 1.7.8

jobs:
linux:
Expand Down

0 comments on commit 0e1c043

Please sign in to comment.