From 59a9ec922b752894bec4a6aff79349b2b68f273d Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:44:55 +0100 Subject: [PATCH] added py 3.13 to tests and toml (#368) --- .github/workflows/pytest.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6c5a555a..f3903e5d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: # Python 3.8.14 is used at HMC - python-version: ["3.8.14", "3.9", "3.12"] + python-version: ["3.8.14", "3.9", "3.12", "3.13"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 6145f079..1c612ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.urls]