-
Notifications
You must be signed in to change notification settings - Fork 340
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 #565
Comments
I have remove the version 3.7 from workflow check it out |
Among other things, That file must be modified so minimum supported Python version is raised from Python 3.7 to Python 3.8. Read more at Poetry's documentation about dependency specification.
|
Thanks for describing the issue I will work on it. |
Additional work to date can be found in #475 |
Hi |
Associated PR #585 |
PR #585 created and approved for inclusion in v1.0.0 - so closing issue |
Python 3.7 reached End of Life. Therefore, we can stop testing against this version.
We should:
asynctest
That fixes Replace unmaintained test dependency 'asynctest' #433The text was updated successfully, but these errors were encountered: