From e51c998f8d6fbc9421e4a1226c144d8035c126e0 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 26 Oct 2022 10:25:07 +0200 Subject: [PATCH] Refs #33173 -- Added Python 3.11 to classifiers and tox.ini. --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 61a9cf25e1..cc511c96e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = 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 :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Internet :: WWW/HTTP :: WSGI diff --git a/tox.ini b/tox.ini index aad46f7d68..e3db75bf4a 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY OBJC_DISABLE_INITIALIZE setenv = PYTHONDONTWRITEBYTECODE=1 deps = - py{3,38,39,310}: -rtests/requirements/py3.txt + py{3,38,39,310,311}: -rtests/requirements/py3.txt postgres: -rtests/requirements/postgres.txt mysql: -rtests/requirements/mysql.txt oracle: -rtests/requirements/oracle.txt