Skip to content

Use Python 3.8 in runtests.py #10600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Use Python 3.8 in runtests.py #10600

merged 2 commits into from
Aug 21, 2023

Conversation

srittau
Copy link
Collaborator

@srittau srittau commented Aug 21, 2023

We only support running mypy using 3.8+ up, since mypy 1.5 dropped support for running with Python 3.7.

Closes: #10599

We only support running mypy using 3.8+ up, since mypy 1.5 dropped
support for running with Python 3.7.

Closes: python#10599
Co-authored-by: Alex Waygood <[email protected]>
Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I haven't manually verified that this fixes the issue, but I assume it does)

@srittau srittau merged commit cfc671f into python:main Aug 21, 2023
@srittau srittau deleted the runtests-3.8 branch August 21, 2023 09:30
@srittau
Copy link
Collaborator Author

srittau commented Aug 21, 2023

I verified it manually. My tests still fail, but that's because of some stubtest inconsistencies vis-à-vis installed libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scripts/runtests.py cannot run tests/mypy_test.py
2 participants