From 8ee905630f59254be5aafa092dab9e3333f54597 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Wed, 20 Nov 2024 16:44:02 +0000 Subject: [PATCH] Switch to Python 3.12 in CI --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index cd00dd00..140bb100 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,7 +14,7 @@ jobs: uses: matrix-org/setup-python-poetry@v1 with: install-project: "false" - python-version: "3.11" + python-version: "3.12" - run: poetry run tox -e check_codestyle @@ -27,7 +27,7 @@ jobs: uses: matrix-org/setup-python-poetry@v1 with: install-project: "false" - python-version: "3.11" + python-version: "3.12" - run: poetry run tox -e check_types @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - run: python -m pip install -e . - run: python -m twisted.trial tests