cozy / cozy.github.io

Official documentation for Cozy.
https://docs.cozy.io/en/
GNU Affero General Public License v3.0
88 stars 46 forks source link

tech: Allow building with Python 3.12 #277

Closed taratatach closed 7 months ago

taratatach commented 7 months ago

Some dependencies cannot be installed with Python 3.12 and others make use of old Python features which are not available anymore and prevent us from building the project. This PR sets to upgrade those dependencies to make building the project with Python 3.12 possible.