Skip to content

Commit 9c39f57

Browse files
authored
upgrade workflows to Python 3.13 (#27)
1 parent 4236ee6 commit 9c39f57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: setup-python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.11
41+
python-version: 3.13
4242

4343
- name: "Wait for localstack, localstack-core, and localstack-ext release to appear"
4444
timeout-minutes: 3

.github/workflows/update-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Checkout OpenAPI
1313
uses: actions/checkout@v4
1414

15-
- name: "Set up Python 3.11"
15+
- name: "Set up Python 3.13"
1616
id: setup-python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.13'
2020

2121
- name: Install OS packages
2222
run: |

0 commit comments

Comments
 (0)