We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8aa26 commit dfa0b05Copy full SHA for dfa0b05
1 file changed
.github/workflows/test_and_release.yml
@@ -10,11 +10,11 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
with:
17
- python-version: "3.9"
+ python-version: "3.12"
18
19
# Install and run pre-commit
20
- run: |
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- python-version: ["3.9"]
+ python-version: ["3.12"]
32
config:
33
- {
34
name: "Linux",
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/checkout@v6
53
54
- name: Set up Python ${{ matrix.python-version }}
55
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
56
57
python-version: ${{ matrix.python-version }}
58
0 commit comments