-
Notifications
You must be signed in to change notification settings - Fork 8
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
Python 3.6 EOL #174
Comments
Python 3.9 works fine with the self-tests (as does 3.6 still), after some fixes.
The failure was:
The problem is that in pendulum 2.1.0, you get this:
and in pendulum 2.1.2, you get this:
Because cardinal_pythonlib worked with the older version of pendulum, with the newer version you got an ISO-8601 duration like:
whereas it should be
Ubuntu prerequites are I guess we don't have to increase I've not changed There are deprecation warnings made apparent by ``export Changes are in #175 |
Minimum Python version bumped to 3.7 as of CamCOPS v2.4.12 (per |
Python 3.6 reaches end-of-life on 23rd December 2021.
https://www.python.org/downloads/
We should standardise on a later version (Travis CI refers to 3.6, anything else?) and make sure all our server instances are updated.
The text was updated successfully, but these errors were encountered: