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 [](https://codecov.io/gh/python-project-templates/python-template-cpp) [](https://github.com/python-project-templates/python-template-cpp) [](https://pypi.python.org/pypi/python-template-cpp) -[](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