-
Notifications
You must be signed in to change notification settings - Fork 255
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 #287
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.
Great work! I guess the only thing remaining is to update tox.ini
file to remove tests for Python 3.7.
.github/workflows/ci.yml
Outdated
@@ -22,7 +22,7 @@ jobs: | |||
strategy: | |||
max-parallel: 4 |
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.
I guess this doesn't affect things, but maybe we can reduce it to 3
.
.github/workflows/ci.yml
Outdated
@@ -98,7 +98,7 @@ jobs: | |||
strategy: | |||
max-parallel: 4 |
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.
Same here.
Reduce number of parallel jobs to 3 in github actions
No description provided.