americanhandelsociety / americanhandelsociety-members

0 stars 0 forks source link

Upgrade Python #212

Open reginafcompton opened 2 days ago

reginafcompton commented 2 days ago

We are currently on 3.9.

We should be on 3.10, at least. Upgrading to 3.10 will facilitate upgrading to Django 5.0: https://docs.djangoproject.com/en/5.1/releases/5.0/

reginafcompton commented 1 day ago

We should also consider upgrading pip.

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
remote:
remote: [notice] A new release of pip is available: 23.0.1 -> 24.3.1
remote: [notice] To update, run: pip install --upgrade pip