diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 68bf9c4e..81238a01 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -19,9 +19,10 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' services: postgres: - image: postgres:14-alpine + image: postgres:alpine env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/tox.ini b/tox.ini index dde9d084..6fda0154 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] envlist = - py{310,311,312}-django51-{sqlite,mysql,postgresql} - py{310,311,312}-django50-{sqlite,mysql,postgresql} - py{38,39,310,311,312}-django42-{sqlite,mysql,postgresql} - py{38,39,310,311}-django41-{sqlite,mysql,postgresql} - py{38,39,310}-django40-{sqlite,mysql,postgresql} - py{38,39,310}-django32-{sqlite,mysql,postgresql} + py{310,311,312, 313}-django52-{sqlite,mysql,postgresql} + py{310,311,312, 313}-django51-{sqlite,mysql,postgresql} + py{310,311,312, 313}-django50-{sqlite,mysql,postgresql} + py{38,39,310,311,312, 313}-django42-{sqlite,mysql,postgresql} + py{38,39,310,311, 313}-django41-{sqlite,mysql,postgresql} + py{38,39,310, 313}-django40-{sqlite,mysql,postgresql} + py{38,39,310, 313}-django32-{sqlite,mysql,postgresql} checkqa pylint docs @@ -19,7 +20,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 - + 3.13: py313 [base] deps = # recommended django version and other dependencies @@ -67,6 +68,7 @@ deps = django42: Django>=4.2,<5.0 django50: Django>=5.0,<5.1 django51: Django>=5.1,<5.2 + django52: Django>=5.2,<5.3 postgresql: psycopg2-binary==2.9.9 mysql: mysqlclient setenv =