Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: ubuntu-latest
python-version: '3.10'
toxenv: py310-test-pytestoldest
- os: macos-13
- os: macos-14
python-version: '3.10'
toxenv: py310-test-pytest70
- os: windows-latest
Expand All @@ -30,7 +30,7 @@ jobs:
- os: windows-latest
python-version: '3.11'
toxenv: py311-test-pytest72
- os: macos-13
- os: macos-14
python-version: '3.11'
toxenv: py311-test-pytest73
- os: ubuntu-latest
Expand Down
Loading