mirror of https://github.com/astral-sh/ruff
parent
ba27e50164
commit
04f863ccd2
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
toolchain: stable
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: "3.10"
|
||||
- run: pip install maturin
|
||||
- uses: actions/cache@v3
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -227,9 +227,9 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest]
|
||||
target: [x86_64, aarch64]
|
||||
python-version:
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
|
|
|
|||
Loading…
Reference in New Issue