-
Notifications
You must be signed in to change notification settings - Fork 110
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
Networkx not compatible with Py3.7 #1282
Comments
https://devguide.python.org/versions/ python 3.7 has reached end of life mid last year... |
So, is compas 2.0 officially dropping support for 3.7? If so, should compas_robot and compas_fab follow? @gonzalocasas And I would suggest updating this: Line 43 in b812aea
|
3.7 is end-of-life, so yes, let's drop it across the board |
@tomvanmele || @yck011522 plz close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running some tests on a branch of compas_fab that will make it more* compatible with compas 2.0.
I came across an error
ERROR: No matching distribution found for networkx>=3.0
for the environmentbuild-cpython (macos-py37)
https://github.com/compas-dev/compas_fab/actions/runs/7710486107/job/21013894034?pr=400
I found a recent commit in
compas
that stopped it testing against 3.7, @Licini#1160
I would like to know if the longer-term plan is to remove support for Python3.7 completely (and to keep Networkx in requirement), or if we plan to go back to supporting 3.7 (and we use an older Networkx)?
The text was updated successfully, but these errors were encountered: