From 39eecdbe0ce2ec9f6501cac717c05f2c9b2ab7a6 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 7 Dec 2023 19:20:24 -0700 Subject: [PATCH] Also test with Python 3.12 --- .github/workflows/test.yml | 2 ++ tox.ini | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d26a14c..0bc1960 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,6 +107,8 @@ jobs: python-version: "3.10" - django-version: "4.2" python-version: "3.11" + - django-version: "4.2" + python-version: "3.12" steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 20c5c31..cf95ae6 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,8 @@ envlist = {py36,py37,py38,py39}-django{30,31} {py36,py37,py38,py39,py310}-django32 {py38,py39,py310}-django40 - {py38,py39,py310,py311}-django{41,42} + {py38,py39,py310,py311}-django41 + {py38,py39,py310,py311,py312}-django42 [testenv] passenv = DATABASE_URL @@ -24,7 +25,7 @@ deps = django42: Django>=4.2,<5.0 dj-database-url==0.5.0 py{35,36,37,38,39,310}: psycopg2==2.8.5 - py311: psycopg2==2.9.6 + py{311,312}: psycopg2==2.9.6 [gh-actions] python = @@ -35,6 +36,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [gh-actions:env] DJANGO =