From 2432618612feef71a3ae130cf82deb2bf6233cbb Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Wed, 2 Sep 2026 11:17:21 +0200 Subject: [PATCH] ci: update tested python versions - drop EOL 3.9 - include 3.14 and use non-dev version of 3.13 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b4148c..c60f9071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,11 +59,11 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" - - "3.13-dev" + - "3.13" + - "3.14" steps: - name: Clone this repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1