From b0a5567cd3693892e31582d8edef7a887a89c882 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 6 Jun 2024 09:23:38 +0100 Subject: [PATCH] Remove py3.9 from ci (#85) --- .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 ac6a4c6..564b685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-ver: [3.9, '3.10', 3.11, 3.12] + python-ver: ['3.10', 3.11, 3.12] runs-on: ${{ matrix.os }}