We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94242eb commit 8b097e9Copy full SHA for 8b097e9
2 files changed
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
# by the push to the branch.
9
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
10
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
12
steps:
13
- name: Checkout
14
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
.github/workflows/test.yml
@@ -14,6 +14,8 @@ jobs:
exclude:
15
- os: windows-11-arm
16
py: "3.10"
17
+ - os: windows-11-arm
18
+ py: "3.14t"
19
runs-on: ${{ matrix.os }}
20
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
21
0 commit comments