Skip to content

Commit 9fd5195

Browse files
committed
ci(tests): update python version
1 parent 021e760 commit 9fd5195

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
17-
python-version: "3.9"
17+
python-version: "3.12"
1818

1919
# Install and run pre-commit
2020
- run: |
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: ["3.9"]
31+
python-version: ["3.12"]
3232
config:
3333
- {
3434
name: "Linux",
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v6
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

0 commit comments

Comments
 (0)