diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a58fa6..af11374 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10", "3.11" ] django: [ "3.2", "4.1" ] services: diff --git a/README.rst b/README.rst index 7ca2d4b..6a3c022 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Requirements - `Django `__ > = 3.2 - `Django-picklefield `__ -Tested with: Python 3.7, 3.8, 3.9, 3.10 Django 3.2.X and 4.1.X +Tested with: Python 3.8, 3.9, 3.10, 3.11 Django 3.2.X and 4.1.X Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index d5a2dea..15ca5c7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. diff --git a/docs/install.rst b/docs/install.rst index 7d6c35b..e862e68 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 `__ @@ -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 `__ Open-source packages diff --git a/pyproject.toml b/pyproject.toml index 1c560ac..13f4f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,10 +26,10 @@ classifiers = [ 'Operating System :: MacOS', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Internet :: WWW/HTTP', 'Topic :: System :: Distributed Computing', 'Topic :: Software Development :: Libraries :: Python Modules',