Skip to content

Commit a94c2f7

Browse files
committed
rename CI build file; bump Python version in CI
1 parent 268dbf1 commit a94c2f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222

23-
- name: Set up Python 3.11
23+
- name: Set up Python 3.x
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.13'
2727

2828
- name: Set up Terraform CLI
2929
uses: hashicorp/setup-terraform@v2

.github/workflows/miniflare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222

23-
- name: Set up Python 3.10
23+
- name: Set up Python 3.x
2424
id: setup-python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.13'
2828

2929
- name: Install LocalStack and extension
3030
env:

0 commit comments

Comments
 (0)