diff --git a/tox.ini b/tox.ini index 256a88d6..9010d318 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,13 @@ envlist = docs examples linkcheck - py{38,39,310,311,py39,py310}-sqlite + py{38,39,310,311,312,py39,py310}-sqlite py{38,39,310,311,py39,py310}-django32-mongo-alchemy-{sqlite,postgres} - py{38,39,310,311,py39,py310}-django40-mongo-alchemy-{sqlite,postgres} py{38,39,310,311,py39,py310}-django41-mongo-alchemy-{sqlite,postgres} + py{38,39,310,311,312}-django42-mongo-alchemy-{sqlite,postgres} + py{py39,py310}-django42-mongo-alchemy-sqlite, + # py{py39,py310}-django42-mongo-alchemy-postgres # TODO: Fix me! + py{310,311,312}-django50-mongo-alchemy-{sqlite,postgres} py310-djangomain-mongo-alchemy-{sqlite,postgres} [gh-actions] @@ -41,7 +44,7 @@ deps = django42: Django>=4.2,<5.0 django50: Django>=5.0,<5.1 djangomain: https://github.com/django/django/archive/main.tar.gz - py{38,39,310,311}-postgres: psycopg2-binary + py{38,39,310,311,312}-postgres: psycopg2-binary pypy{39,310}-postgres: psycopg2cffi setenv =