From d526ea7ce2fa0d414870ffec3940209843d2980b Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Wed, 13 Dec 2023 11:48:32 +0000 Subject: [PATCH] Correct python/django versions --- .github/workflows/tests.yml | 5 +---- tox.ini | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e3a150..7d4a02f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"] + python-version: ["3.9", "3.10", "3.11", "3.12"] django-version: ["4.1", "4.2", "5.0", "main"] exclude: - python-version: "3.9" @@ -27,9 +27,6 @@ jobs: - python-version: "3.12" django-version: "4.1" - - python-version: "3.13-dev" - django-version: "4.1" - steps: - name: Git clone uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index b0b2693..d88d2c2 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ python = DJANGO = 4.1: django41 4.2: django42 - 4.0: django50 + 5.0: django50 main: djangomain ; Dependencies and ENV things we need for all environments: