From 93f2f09548887788d580bcc537100a156dbedcd2 Mon Sep 17 00:00:00 2001 From: vamsi-krish-chiguruwada Date: Sun, 2 Aug 2026 04:12:50 -0400 Subject: [PATCH] ci: test supported Python versions through 3.14 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b442e49..7f71ce0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Checkout uses: actions/checkout@v7