From 1a4a65a59f7b499748a89e6dab2d59abe90e6445 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 8 Dec 2024 20:30:08 -0800 Subject: [PATCH] Add Python 3.14 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6579da..5c77d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 8 matrix: os: [ubuntu-20.04, ubuntu-latest, macos-13, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5