File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 11[package ]
22name = " ruff-format"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition = " 2024"
55license = " MIT"
66readme = " README.md"
@@ -12,6 +12,6 @@ name = "ruff_format"
1212crate-type = [" cdylib" ]
1313
1414[dependencies ]
15- pyo3 = { version = " 0.27" , features = [" abi3" ] }
15+ pyo3 = { version = " 0.27" , features = [" abi3-py38 " ] }
1616ruff_python_formatter = { git = " https://github.com/astral-sh/ruff.git" }
1717ruff_python_parser = { git = " https://github.com/astral-sh/ruff.git" }
You can’t perform that action at this time.
0 commit comments