Skip to content

Commit c33a036

Browse files
committed
Update all python-version specs in CI
1 parent 7b16c1c commit c33a036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
117117
with:
118-
python-version: "3.12"
118+
python-version: "3.13"
119119

120120
- name: Install Dependencies
121121
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
9191
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
9292
with:
93-
python-version: "3.10"
93+
python-version: "3.13"
9494
architecture: x64
9595

9696
- name: Download Coverage Artifacts
@@ -1565,7 +1565,7 @@ jobs:
15651565
- name: Install Python
15661566
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
15671567
with:
1568-
python-version: 3.13
1568+
python-version: "3.13"
15691569

15701570
- name: Install Dependencies
15711571
run: |

0 commit comments

Comments
 (0)