From 57326e3969c5289b09c4886d8c8ba5e1117c4c9a Mon Sep 17 00:00:00 2001 From: Jeremy Mayeres <1524722+jerr0328@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:10:20 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20Python=203.13=20ver?= =?UTF-8?q?sion=20in=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.13 was released last week so we can drop the beta versions and treat it as any other Python version. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1afb46..fa15fed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: python-version: - "3.11" - "3.12" - - "3.13.0-beta - 3.13" + - "3.13" steps: - name: Checkout the code From 60410d134cac33f324c7de70ddec39dc8651878c Mon Sep 17 00:00:00 2001 From: Jeremy Mayeres Date: Tue, 19 Aug 2025 09:46:13 +0300 Subject: [PATCH 2/2] Add Python 3.14 beta --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e50cd41..8f13262 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14.0-beta - 3.14" steps: - name: Checkout the code