From c09884072acec08a2568810119fe9c9278c3f79c Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 16 Dec 2025 14:14:48 -0500 Subject: [PATCH 1/2] test more --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3efba9a..4a588ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,21 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] min: [""] include: - os: ubuntu-latest python-version: "3.12" min: "minimal" + exclude: + - os: macos-latest + python-version: "3.11" + - os: macos-latest + python-version: "3.13" + - os: windows-latest + python-version: "3.11" + - os: windows-latest + python-version: "3.13" env: UV_PYTHON: ${{ matrix.python-version }} From 4bcefc27bd1b1c5308d0dd4876c09dbf15a3d74e Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 16 Dec 2025 14:15:01 -0500 Subject: [PATCH 2/2] feat: add support for Python 3.13 and 3.14 in classifiers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 79d323d..b422cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Typing :: Typed", ] dependencies = [