Skip to content

Commit

Permalink
Test on python 3.9 and 3.10
Browse files Browse the repository at this point in the history
Closes #118
  • Loading branch information
scottgigante committed Oct 6, 2022
1 parent fc04bb0 commit 3de4310
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
fail-fast: false
matrix:
config:
- {name: 'current', os: ubuntu-latest, python: '3.8' }
- {name: 'prev', os: ubuntu-latest, python: '3.7' }
- {name: 'old', os: ubuntu-latest, python: '3.6' }
- {name: '3.10', os: ubuntu-latest, python: '3.10' }
- {name: '3.9', os: ubuntu-latest, python: '3.9' }
- {name: '3.8', os: ubuntu-latest, python: '3.8' }
- {name: '3.7', os: ubuntu-latest, python: '3.7' }
- {name: '3.6', os: ubuntu-latest, python: '3.6' }

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 3de4310

Please sign in to comment.