Bump Python version in Github actions.

This commit is contained in:
Mikaël Capelle
2026-05-28 11:28:49 +02:00
parent 0dfce929de
commit 268a65a2d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set environmental variables
shell: bash
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.13
- uses: abatilo/actions-poetry@v2
- name: Install
run: |