Merge branch 'py3.11' into 'master'

Add Python 3.11 Support

See merge request allianceauth/allianceauth!1487
This commit is contained in:
Ariel Rin 2023-02-13 03:06:03 +00:00
commit 468e7433f9

View File

@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Internet :: WWW/HTTP :: Dynamic Content
home_page = https://gitlab.com/allianceauth/allianceauth home_page = https://gitlab.com/allianceauth/allianceauth
@ -37,7 +38,7 @@ install_requires =
beautifulsoup4 beautifulsoup4
celery>=5.2.0,<6.0.0 celery>=5.2.0,<6.0.0
celery-once>=3.0.1 celery-once>=3.0.1
django>=4.0.6,<4.1.0 django>=4.0.9,<4.1.0
django-bootstrap-form django-bootstrap-form
django-celery-beat>=2.3.0 django-celery-beat>=2.3.0
django-esi>=4.0.1 django-esi>=4.0.1