graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
650 stars 134 forks source link

Update dependencies to allow python3.10 #1006

Closed loftusa closed 1 year ago

loftusa commented 1 year ago

3.10 should work, no?

bdpedigo commented 1 year ago

there are a bunch of other places that the python version bounds are important, for instance in the setup here: https://github.com/microsoft/graspologic/blob/a410de96ba233797e8170644f8c6e583055d214e/setup.cfg#L14

and in the build workflows here https://github.com/microsoft/graspologic/blob/a410de96ba233797e8170644f8c6e583055d214e/.github/workflows/build.yml#L90

i also cant tell if #998 is a pure python 3.10 issue (since I have still not been able to replicate it)

bdpedigo commented 1 year ago

closing in favor of #1010