Skip to content

Commit 6077851

Browse files
committed
update maturin
1 parent 9a9e5bc commit 6077851

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- '*'
77

8-
98
jobs:
109
macos:
1110
runs-on: macos-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation="https://flatterer.opendata.coop/index.html"
99
license = {text= "MIT"}
1010

1111
[build-system]
12-
requires = ["maturin>=0.11,<0.12"]
12+
requires = ["maturin>=0.13,<0.14"]
1313
build-backend = "maturin"
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)