Skip to content

Commit

Permalink
ci: Attempt to add ubuntu-latest, 3.12, newest
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Nov 14, 2023
1 parent a667eb4 commit 6fb60ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ jobs:
python: '3.8'
dependencies: 'oldest'
# Newest version tests for non-Linux OS
- python: '3.12'
dependencies: 'newest'
- os: 'macos-latest'
python: '3.12'
dependencies: 'newest'
- os: 'windows-latest'
python: '3.12'
dependencies: 'newest'
# Minimal dependencies tests
- os: 'ubuntu-latest'
python: '3.12'
- python: '3.12'
dependencies: 'minimal'
- os: 'macos-latest'
python: '3.12'
Expand Down

0 comments on commit 6fb60ff

Please sign in to comment.