From fb7ad15ab95f29ed211e40146cce2ceb1d5d688d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:16:15 +0000 Subject: [PATCH] Update from copier (2025-08-23T21:16:15) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++-- pyproject.toml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 9c18e2e..131e7e6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3a223c6 +_commit: c124449 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba7c523..a1d91ac 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,8 +30,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] - cibuildwheel: ["cp39", "cp310", "cp311", "cp312"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + cibuildwheel: ["cp39", "cp310", "cp311", "cp312", "cp313"] exclude: - python-version: "3.9" cibuildwheel: "cp310" diff --git a/pyproject.toml b/pyproject.toml index fa20de5..da5af9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = []