Drop 3.7 test runner (#5922)

* Drop 3.7 test runner and invoke 3.12

* Ok 3.12 on windows still hangs
This commit is contained in:
Matt Davis
2023-09-07 09:39:11 -04:00
committed by GitHub
parent 171b8fe61c
commit 5df6d9c815
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11] # , 3.12] # Python 3.12 tests are failing
python-version: [3.8, 3.9, "3.10", 3.11] # 3.12 has issues with windows hanging indefinitely at present
os: [MacOS, Ubuntu, Windows]
steps: