Skip to content

Commit 4a4377d

Browse files
committed
ci: updated outdated references to Python 3.9
1 parent f68cb70 commit 4a4377d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
- name: Set up Python
241241
uses: actions/setup-python@v4
242242
with:
243-
python-version: "3.9"
243+
python-version: ">=3.11"
244244

245245
- name: Install deps
246246
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ env.new_version == 'this' }}
5858
uses: actions/download-artifact@v3
5959
with:
60-
name: builds-Linux-py3.9
60+
name: builds-Linux-py3.11
6161
path: dist
6262

6363
# Only used during testing, so we don't have to wait for the main build job

aw-watcher-input

0 commit comments

Comments
 (0)