test on py3.7

This commit is contained in:
James Woglom
2024-10-01 17:17:55 -04:00
parent 8f2ad586fd
commit ff395ffa3e
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2