Skip to content

Commit

Permalink
Add ubuntu 3.9 and 3.10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 17, 2023
1 parent 643d79d commit b5d30b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.8', '3.11']
include:
- os: 'ubuntu-latest'
python-version: '3.9'
- os: 'ubuntu-latest'
python-version: '3.10'

timeout-minutes: 120
defaults:
run:
Expand Down

0 comments on commit b5d30b4

Please sign in to comment.