-
Notifications
You must be signed in to change notification settings - Fork 31
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
Drop support for python 3.7 #3073
base: devel
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
I planned to delay this change until #3071 is submitted to have one last release with 3.7 support. |
I agree one last release seems good. I was delaying #3071 hoping to get something like #3078 in. That copies the 3.7 jobs from other ci currently. In this case I also think it would be nice to include something for the Condition IDE tooltips (condition-names), but that's not fully finalized yet. If 3.7 is blocking something, then I don't think it's important. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
I left in the 3.7 job in test-release.yml; that could also be taken out here, unless it makes sense to continue to test the installation on 3.7 there |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
Later versions do not provide win32 wheels. Signed-off-by: Jan Vesely <[email protected]>
Later versions do not provide win32 wheels. Signed-off-by: Jan Vesely <[email protected]>
Earlier versions required old typing_extensions module on all Python versions[0], instead of just Python3.7 [0] Textualize/rich@43590b7 Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
Bump minimum rich requirement.
Restrict 32-bit job to last available wheels.
Drop Python3.7 CI jobs.
Bump minimum Python requirement to 3.8