We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9e5bc commit 6077851Copy full SHA for 6077851
2 files changed
.github/workflows/dist.yml
@@ -5,7 +5,6 @@ on:
5
tags:
6
- '*'
7
8
-
9
jobs:
10
macos:
11
runs-on: macos-latest
pyproject.toml
@@ -9,7 +9,7 @@ documentation="https://flatterer.opendata.coop/index.html"
license = {text= "MIT"}
[build-system]
12
-requires = ["maturin>=0.11,<0.12"]
+requires = ["maturin>=0.13,<0.14"]
13
build-backend = "maturin"
14
15
[project.scripts]
0 commit comments