From 294ff7099cb0ba9848fc52f6c65f1adc4cd2bd5d Mon Sep 17 00:00:00 2001 From: joaoc Date: Thu, 7 Nov 2024 00:15:19 -0300 Subject: [PATCH] adds all python versions --- .github/workflows/Python-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python-CMD-check.yaml b/.github/workflows/Python-CMD-check.yaml index f9a237c1..ea777720 100644 --- a/.github/workflows/Python-CMD-check.yaml +++ b/.github/workflows/Python-CMD-check.yaml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # Python 3.8 support ends in 2024-10 # Python 3.12 support starts in 2023-10 # Check Python maintenance status at: https://www.python.org/downloads/