From 38c7e164f838f3a649d7a781d9e11f974039dca3 Mon Sep 17 00:00:00 2001 From: Will Roper Date: Thu, 13 Feb 2025 14:32:30 +0000 Subject: [PATCH] Added version 3.13 to testing suite --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index bd7f909fc..531203a26 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -17,7 +17,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4