Skip to content
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

Remove support for Python 3.7 #427

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

bluetech
Copy link
Member

@bluetech bluetech commented Aug 3, 2023

Fix #426.

@@ -1,5 +1,5 @@
[tox]
envlist=linting,docs,py{37,38,39,310,311,py3},py{38}-pytest{main}
envlist=docs,py{38,39,310,311,py3},py{38}-pytest{main}
Copy link
Member

Choose a reason for hiding this comment

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

i presume linting was removed for pre-commit - it might be nice to have a changelog entry

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it was removed in d128bc5.

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

lovely, thanks!

@bluetech
Copy link
Member Author

bluetech commented Aug 3, 2023

Needed to add a .readthedocs.yml file to fix the RTD build which uses Python 3.7 by default.

@bluetech bluetech merged commit b41572e into pytest-dev:main Aug 3, 2023
14 of 17 checks passed
@bluetech bluetech deleted the drop-py37 branch August 3, 2023 20:42
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.

Drop Python 3.7
3 participants