-
Notifications
You must be signed in to change notification settings - Fork 40
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
Actions fail on python 3.7 #185
Comments
Looking up the warning, I came across this page pypa/pip#9508 In the meantime I have modified the Release action, such that we test the package with python 3.8 instead of 3.7. |
This + the logs showing downloading pandas 1.3.4 and 1.3.3 suggests we might make it easier for the resolver to be stricter with the pandas requirement.. maybe try Update: I tried and no luck (See #186) @operte potentially we could drop support for python 3.7 also? |
Hi Tim! I would not change the requirements to python >=3.8, because we are still using 3.6 in some projects 🥴 But we could do the same as we did for 3.6: drop testing, and don't mention that we support it. |
Probatus will silently drop support for 3.7 #206 |
Describe the bug
The github actions fail when using python 3.7.
The problem is in the dependency installation step.
Pip generates a lot of connection errors, and eventually times out.
Environment (please complete the following information):
To Reproduce
Run, or check old executions of the Development Action.
https://github.com/ing-bank/probatus/actions
Error traceback
There are errors when installing a lot of packages. Here's the last example in the traceback:
Expected behavior
The Action should run without errors, just like for other python versions.
The text was updated successfully, but these errors were encountered: