From 2ea5e0e69cf985de3500f8f01d15c7626852d5e0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 05:18:14 +0000 Subject: [PATCH] Update from copier (2025-04-13T05:18:13) --- .copier-answers.yml | 2 +- .github/workflows/build.yml | 16 ++++++++++++++++ README.md | 1 - pyproject.toml | 3 ++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index f3aedb8..423b73c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '6957226' +_commit: 98c8f14 _src_path: https://github.com/python-project-templates/base.git add_extension: cpp email: 3105306+timkpaine@users.noreply.github.com diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f68d148..7bf0d75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,24 +39,40 @@ jobs: cibuildwheel: "cp311" - python-version: "3.9" cibuildwheel: "cp312" + - python-version: "3.9" + cibuildwheel: "cp313" - python-version: "3.10" cibuildwheel: "cp39" - python-version: "3.10" cibuildwheel: "cp311" - python-version: "3.10" cibuildwheel: "cp312" + - python-version: "3.10" + cibuildwheel: "cp313" - python-version: "3.11" cibuildwheel: "cp39" - python-version: "3.11" cibuildwheel: "cp310" - python-version: "3.11" cibuildwheel: "cp312" + - python-version: "3.11" + cibuildwheel: "cp313" - python-version: "3.12" cibuildwheel: "cp39" - python-version: "3.12" cibuildwheel: "cp310" - python-version: "3.12" cibuildwheel: "cp311" + - python-version: "3.12" + cibuildwheel: "cp313" + - python-version: "3.13" + cibuildwheel: "cp39" + - python-version: "3.13" + cibuildwheel: "cp310" + - python-version: "3.13" + cibuildwheel: "cp311" + - python-version: "3.13" + cibuildwheel: "cp312" steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index d302eb2..519e4f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A C++-Python project template [![codecov](https://codecov.io/gh/python-project-templates/python-template-cpp/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/python-template-cpp) [![License](https://img.shields.io/github/license/python-project-templates/python-template-cpp)](https://github.com/python-project-templates/python-template-cpp) [![PyPI](https://img.shields.io/pypi/v/python-template-cpp.svg)](https://pypi.python.org/pypi/python-template-cpp) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-project-templates/python-template-cpp/main?urlpath=lab) ## Overview diff --git a/pyproject.toml b/pyproject.toml index 57db933..ebdc038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [] @@ -88,7 +89,7 @@ archs = "arm64" [tool.cibuildwheel.windows] archs = "AMD64" -skip = "*win32 *arm_64" +skip = "*win32 *arm_64" [tool.coverage.run] branch = true