Skip to content

Commit

Permalink
Merge branch 'main' into fix/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Jan 12, 2024
2 parents 5973667 + b9f5045 commit 0773902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11', '3.12']
include:
# Defaults to newest dependencies
- dependencies: 'newest'
# Other tests
- python: '3.8'
- python: '3.9'
dependencies: 'oldest'
- os: 'macos-latest'
python: '3.8'
python: '3.9'
dependencies: 'oldest'
- os: 'macos-latest'
python: '3.12'
Expand Down

0 comments on commit 0773902

Please sign in to comment.