Adding newer python versions

to setup.rb and test grid
This commit is contained in:
Jamie Hardt
2022-11-13 17:32:30 -08:00
committed by GitHub
parent c68f8bca80
commit 6ba77b3568
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3