Python 3.12 support (passing) (#5987)

* pipenv support for python 3.12
This commit is contained in:
Matt Davis
2023-10-24 17:26:12 -04:00
committed by GitHub
parent 548fe82597
commit 1b3b61eb21
7 changed files with 280 additions and 327 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", 3.11] # 3.12 has issues with windows hanging indefinitely at present
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [MacOS, Ubuntu, Windows]
steps: