From c938c08b95f95b6d0dc8691e83124501a10726f8 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 3 Oct 2025 09:45:50 -0600 Subject: [PATCH] ci: test py 3.13 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91cbd5..3e1bda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy3.9] + python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13, pypy3.9] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index ad4c5e9..591319e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.urls]