Skip to content

Commit

Permalink
ci: updated outdated references to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 10, 2023
1 parent f68cb70 commit 4a4377d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: ">=3.11"

- name: Install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ env.new_version == 'this' }}
uses: actions/download-artifact@v3
with:
name: builds-Linux-py3.9
name: builds-Linux-py3.11
path: dist

# Only used during testing, so we don't have to wait for the main build job
Expand Down
2 changes: 1 addition & 1 deletion aw-watcher-input
Submodule aw-watcher-input updated 2 files
+592 −461 poetry.lock
+3 −2 pyproject.toml

0 comments on commit 4a4377d

Please sign in to comment.