You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On September 13th 2020 Python 3.5 reached its end of life, so we can stop explicitly supporting it.
On the other side, on October 5th, Python 3.9 was released, so we should add it to our supported list.
The text was updated successfully, but these errors were encountered:
I can confirm that the package builds and runs with Python 3.10 (also in development mode).
Why did you add the maximum versions to each package in setup.py (i.e. "<2")? The standard should be to only specify a minimum version number and specify the max version only where strictly necessary. The maximum number are messing with the packages installed by pip, as documented in #259. For my 3.10 build I removed all the maximum numbers...
On September 13th 2020 Python 3.5 reached its end of life, so we can stop explicitly supporting it.
On the other side, on October 5th, Python 3.9 was released, so we should add it to our supported list.
The text was updated successfully, but these errors were encountered: