Only run tests for python 3.7 and 3.10.

pull/3010/head
derekpierre 2022-11-14 18:05:57 -05:00
parent 47a8105509
commit 69bca8aace
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"] #[ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.10" ]
steps:
- uses: actions/checkout@v3