From a9c343642a95a4fe9eefe4ef02cf3b7e922256c9 Mon Sep 17 00:00:00 2001 From: "@iMerica" Date: Mon, 15 Apr 2024 00:53:54 -0500 Subject: [PATCH] Removes support for 3.12 --- .github/workflows/main.yml | 2 +- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66f44ca2..b08e1987 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: needs: [build] strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index b38f8338..fead14ad 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ skipsdist = true envlist = python{3.8,3.9}-django3 python{3.8,3.9,3.10,3.11}-django4 - python{3.10,3.11,3.12}-django5 + python{3.10,3.11}-django5 [gh-actions] python = @@ -20,7 +20,6 @@ python = 3.9: python3.9-django3, python3.9-django4 3.10: python3.10-django4, python3.10-django5 3.11: python3.11-django4, python3.11-django5 - 3.12: python3.12-django5 [testenv] commands =