Skip to content

Commit 268a65a

Browse files
committed
Bump Python version in Github actions.
1 parent 0dfce92 commit 268a65a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.12"
15+
python-version: "3.13"
1616

1717
- name: Set environmental variables
1818
shell: bash

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.12
15+
python-version: 3.13
1616
- uses: abatilo/actions-poetry@v2
1717
- name: Install
1818
run: |

0 commit comments

Comments
 (0)