Add Python 3.11 support and tests, remove Python 3.7 (#31)

This commit is contained in:
Mikhail Krassavin
2022-11-07 17:29:29 +01:00
committed by GitHub
parent 167c348509
commit f0cb10bc37
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Features
- Rollbar and Sentry support
Django Q2 is tested with: Python 3.7, 3.8, 3.9 and 3.10, Django 2.2.x and 3.2.x
Django Q2 is tested with: Python 3.8, 3.9 and 3.10, 3.11, Django 3.2.x and 4.1.x
Currently available in English, German and French.
+2 -2
View File
@@ -27,7 +27,7 @@ Installation
Requirements
------------
Django Q2 is tested for Python 3.7, 3.8, 3.9 and 3.10
Django Q2 is tested for Python 3.8, 3.9, 3.10 and 3.11
- `Django <https://www.djangoproject.com>`__
@@ -125,7 +125,7 @@ Other known issues are:
Python
~~~~~~
Current tests are performed with 3.7, 3.8, 3.9 and 3.10
Current tests are performed with 3.8, 3.9, 3.10 and 3.11
If you do encounter any regressions with earlier versions, please submit an issue on `github <https://github.com/GDay/django-q2>`__
Open-source packages