Skip to content

Commit 9553bd8

Browse files
committed
Update Python to 3.13
1 parent 4c20f65 commit 9553bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Python
7171
uses: actions/setup-python@v4
7272
with:
73-
python-version: '3.12'
73+
python-version: '3.13'
7474
- name: Install Dependencies
7575
run: |
7676
python -m pip install -r requirements.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: '3.12'
28+
python-version: '3.13'
2929
- name: Install Dependencies
3030
run: |
3131
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)