Skip to content

Commit 00230cc

Browse files
committed
potential fix?
1 parent 40698a1 commit 00230cc

4 files changed

Lines changed: 23 additions & 19 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v5 # required for correct CodSpeed integration
2323
with:
2424
python-version: ${{ env.UV_PYTHON }}
2525

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
- name: Checkout repository.
129129
uses: actions/checkout@v4
130130

131+
- uses: actions/setup-python@v5 # required for macos-13 with Python 3.8-3.10... otherwise UV uses PyPy...
132+
with:
133+
python-version: ${{ matrix.interpreter }}
134+
131135
- name: Install UV.
132136
uses: astral-sh/setup-uv@v6
133137
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Author" = "https://github.com/MarshalX"
3939

4040
[dependency-groups]
41-
dev = ["maturin==1.8.1"]
41+
dev = ["maturin>=1.2,<2.0"]
4242
testing = [
4343
{ include-group = "dev" },
4444
"pytest==8.3.5",

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)