Skip to content

Commit

Permalink
Pin Python 3.7 builds to ubuntu 22.04
Browse files Browse the repository at this point in the history
- the newest runner has changed to 24.04,
  which has no Python 3.7 support
  • Loading branch information
mrbean-bremen committed Jan 14, 2025
1 parent f014a26 commit 8861bdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.11]
python-version: [3.8, 3.13]
env:
OS: ${{ matrix.os }}
steps:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/pythontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "pypy-3.7"
os: ubuntu-latest
os: ubuntu-22.04
- python-version: "pypy-3.9"
os: ubuntu-latest
- python-version: "pypy-3.10"
os: ubuntu-latest
- python-version: "3.7"
os: ubuntu-22.04
- python-version: "3.7"
os: windows-latest
env:
OS: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Infrastructure
* use trusted publisher for release (see https://docs.pypi.org/trusted-publishers/)
* pin Python 3.7 builds to ubuntu 22.04 (not available in 24.04)

## [Version 1.3.0](https://pypi.org/project/pytest-order/1.3.0/) (2024-08-22)
Allows to fail tests that cannot be ordered.
Expand Down

0 comments on commit 8861bdc

Please sign in to comment.