Skip to content

Commit

Permalink
gh-actions on 6.0: upgrade Python versions.
Browse files Browse the repository at this point in the history
For the bare job, use Python 3.8.
For ecosystem use 3.10.
For run-buildout, remove 3.7.
  • Loading branch information
mauritsvanrees committed Sep 29, 2022
1 parent ccfae2c commit faf4715
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
python-version:
# Use the oldest supported Python version, as that may pull in more versions.
- "3.7"
- "3.8"
runs-on: ubuntu-latest
steps:
- name: locale
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down

0 comments on commit faf4715

Please sign in to comment.