mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user