Skip to content

Commit

Permalink
github: bump python versions to 3.9
Browse files Browse the repository at this point in the history
To get access to str.removeprefix.
  • Loading branch information
whot committed May 7, 2024
1 parent 7ad6a3c commit 98f042a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
# Run as sudo because we install to /etc and thus need the pip
# packages available to root
- uses: ./.github/actions/pkginstall
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
# Run as sudo because we install to /etc and thus need the pip
# packages available to root
- uses: ./.github/actions/pkginstall
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: install python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down

0 comments on commit 98f042a

Please sign in to comment.