Skip to content

Commit af36aac

Browse files
committed
try something else for CI
1 parent 6fb39b2 commit af36aac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-python@v5
4242
with:
43-
python-version: 3.14
43+
python-version: 3.8
4444
- name: Build wheels
4545
uses: PyO3/maturin-action@v1
4646
with:
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v4
7979
- uses: actions/setup-python@v5
8080
with:
81-
python-version: 3.14
81+
python-version: 3.8
8282
- name: Build wheels
8383
uses: PyO3/maturin-action@v1
8484
with:
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v4
113113
- uses: actions/setup-python@v5
114114
with:
115-
python-version: 3.14
115+
python-version: 3.8
116116
architecture: ${{ matrix.platform.target }}
117117
- name: Build wheels
118118
uses: PyO3/maturin-action@v1
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@v4
150150
- uses: actions/setup-python@v5
151151
with:
152-
python-version: 3.14
152+
python-version: 3.8
153153
- name: Build wheels
154154
uses: PyO3/maturin-action@v1
155155
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff-format"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
license = "MIT"
66
readme = "README.md"
@@ -12,6 +12,6 @@ name = "ruff_format"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
pyo3 = { version = "0.27", features = ["abi3"] }
15+
pyo3 = { version = "0.27", features = ["abi3-py38"] }
1616
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git" }
1717
ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git" }

0 commit comments

Comments
 (0)