From 086f639464d88e5a29414e4a2b31e23e38378bd7 Mon Sep 17 00:00:00 2001 From: Luke Carrier Date: Tue, 23 Apr 2024 21:24:08 +0100 Subject: [PATCH] Include oldest and newest support Python versions in CI matrix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b67e113..fac4e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - macos-latest - ubuntu-latest - windows-latest + python: ["3.8", "3.12"] include: - os: ubuntu-latest drawio-version: 23.1.5 @@ -78,7 +79,7 @@ jobs: uses: actions/setup-python@v5 with: cache: poetry - python-version-file: pyproject.toml + python-version: "${{ matrix.python }}" - name: Run tests run: |