From a51ace1c57e1993bb4ac4415cf6d6199f99d3ec5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 10 Feb 2024 13:33:54 +0100 Subject: [PATCH] Test on current versions of Python Tests fail on Python 3.7 https://github.com/dannysepler/pytestify/actions/runs/7450966244 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 868942b..902d487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false