From 1ad69bcc5ac7b129371b684de4c41475d14012c7 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 30 Oct 2023 08:56:05 +0100 Subject: [PATCH] Add python 3.12 in the CI --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c69e6feb..840aa95b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7] + python-version: ["3.11"] toxenv: [django_not_installed, flake8, pylint, readme] steps: @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] django-version: [-main, "4.0"] steps: @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: ["3.11"] steps: - uses: actions/checkout@v3 @@ -117,5 +117,4 @@ jobs: run: | pip install -U pip poetry tox poetry install - ./scripts/build.sh