We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3658e32 commit 84ad249Copy full SHA for 84ad249
.github/workflows/testing.yml
@@ -14,8 +14,10 @@ jobs:
14
lint:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
18
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v5
+ - uses: actions/setup-python@v6
19
+ with:
20
+ python-version: "3.13"
21
# Ref: https://github.com/pre-commit/action
22
- uses: pre-commit/action@v3.0.1
23
@@ -26,9 +28,9 @@ jobs:
26
28
python-version: ["3.10", "3.11", "3.12", "3.13"]
27
29
30
31
32
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5
33
+ uses: actions/setup-python@v6
34
with:
35
python-version: ${{ matrix.python-version }}
36
- name: Install dependencies
0 commit comments