Skip to content

Commit d661f83

Browse files
committed
Adjust more python versions in CI
1 parent ad4466d commit d661f83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/project-create/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: 3.9
43+
python-version: '3.10'
4444

4545
- name: Install deps
4646
shell: bash

.github/actions/project-delete/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.9
31+
python-version: '3.10'
3232

3333
- name: Install deps
3434
shell: bash

.github/actions/setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
python_version:
2121
description: 'Python version to use'
2222
required: true
23-
default: '3.9'
23+
default: '3.10'
2424

2525
runs:
2626
using: 'composite'

0 commit comments

Comments
 (0)