My websites are currently running python 3.8.1 and django 3.0.3. You can always check this by visiting the credits page and mousing over the django and python links.
I am currently trying to remove any deprecated functions. Today I am removing all url() instances. Converting to path() and re_path().
Hopefully I won't break anything!