From 6c838a800d6f900884bbd83d96d6bddf20b7af97 Mon Sep 17 00:00:00 2001 From: Alexander Schepanovski Date: Tue, 11 Jun 2024 14:47:38 +0700 Subject: [PATCH] Fix Python 3.12 tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 19d3d3e6..471d1932 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ deps = dj50: Django>=5.0,<5.1 djmain: git+https://github.com/django/django mysqlclient - py{37,38,39,310,311}: psycopg2-binary + py{37,38,39,310,311,312}: psycopg2-binary ; gdal=={env:GDAL_VERSION:2.4} pypy310: psycopg2cffi>=2.7.6 before_after==1.0.0