Skip to content

Commit

Permalink
Drop 3.7 test runner (#5922)
Browse files Browse the repository at this point in the history
* Drop 3.7 test runner and invoke 3.12

* Ok 3.12 on windows still hangs
  • Loading branch information
matteius committed Sep 7, 2023
1 parent 171b8fe commit 5df6d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_install_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_multiple_category_install_proceeds_in_order_specified(pipenv_instance_p
author_email='test@pipenv.package',
license='MIT',
packages=[],
install_requires=['six'],
install_requires=['six', 'setuptools'],
zip_safe=False
)
""".strip()
Expand Down

0 comments on commit 5df6d9c

Please sign in to comment.