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

Do not use pyflakes for version 3.7 #385

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

RemiLehe
Copy link
Member

@RemiLehe RemiLehe commented Aug 9, 2023

It seems that pyflakes dropped support for Python 3.7:
https://github.com/PyCQA/pyflakes/pull/752/files
and in practice, trying to use pyflakes with Python 3.7 indeed raises errors.

Therefore, this PR removes the pyflakes test for this version of Python.

@RemiLehe RemiLehe requested a review from ax3l August 9, 2023 18:16
@ax3l ax3l self-assigned this Aug 9, 2023
Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

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

Thanks!

We should generally drop tests and support for Python 3.7, since it is EOL since last month:
https://endoflife.date/python

@ax3l ax3l merged commit 1ebf393 into openPMD:dev Aug 9, 2023
7 checks passed
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.

2 participants