Skip to content

Commit 7cc5722

Browse files
committed
Upgrade to newer python
1 parent 9a88691 commit 7cc5722

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- id: checkout
1717
name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- id: check-ruff
2121
name: Check with Ruff
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- id: checkout
3737
name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
- id: install-uv
4141
name: Install uv
@@ -62,10 +62,10 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
65-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
65+
python: ['3.11', '3.12', '3.13', '3.14']
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v6
6969

7070
- id: install-uv
7171
name: Install uv
@@ -95,7 +95,7 @@ jobs:
9595
needs: [test-python]
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v6
9999

100100
- id: install-uv
101101
name: Install uv

0 commit comments

Comments
 (0)