From 9a53d672121a74335d339e51dd1d5a61a79b11ac Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 14 Oct 2024 23:28:03 +0200 Subject: [PATCH] [ci] Add python 3.14 to pytest workflow. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 36981809..624c2f73 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - os: macos-latest python-version: "3.10"