From 1fbf1acc7dfcf925b4d43b3583c20d3b14910b79 Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Thu, 20 Feb 2025 11:11:23 +0000 Subject: [PATCH] Updated Python versions to test with. Full spread. --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0d02634..ef1a54e 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -17,7 +17,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: [3.7, 3.8, "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v2