diff --git a/copier.yaml b/copier.yaml index e283944..94139f5 100644 --- a/copier.yaml +++ b/copier.yaml @@ -64,6 +64,8 @@ python_version_primary: value: "3.11" "3.12": value: "3.12" + "3.13": + value: "3.13" help: Primary version of Python to use in CI/CD add_docs: diff --git a/cpp/.github/workflows/build.yaml.jinja b/cpp/.github/workflows/build.yaml.jinja index 7c67d63..75cdfca 100644 --- a/cpp/.github/workflows/build.yaml.jinja +++ b/cpp/.github/workflows/build.yaml.jinja @@ -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/cpp/pyproject.toml.jinja b/cpp/pyproject.toml.jinja index dac9ded..2ba515e 100644 --- a/cpp/pyproject.toml.jinja +++ b/cpp/pyproject.toml.jinja @@ -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 = [] diff --git a/js/pyproject.toml.jinja b/js/pyproject.toml.jinja index 8c2d878..92f9bfb 100644 --- a/js/pyproject.toml.jinja +++ b/js/pyproject.toml.jinja @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [] diff --git a/jupyter/pyproject.toml.jinja b/jupyter/pyproject.toml.jinja index f0ecd8d..eb46e18 100644 --- a/jupyter/pyproject.toml.jinja +++ b/jupyter/pyproject.toml.jinja @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [] diff --git a/python/pyproject.toml.jinja b/python/pyproject.toml.jinja index c23db2b..5467946 100644 --- a/python/pyproject.toml.jinja +++ b/python/pyproject.toml.jinja @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [] diff --git a/rust/pyproject.toml.jinja b/rust/pyproject.toml.jinja index 4ea7595..1910904 100644 --- a/rust/pyproject.toml.jinja +++ b/rust/pyproject.toml.jinja @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [] diff --git a/rustjswasm/pyproject.toml.jinja b/rustjswasm/pyproject.toml.jinja index cb6c241..80dce39 100644 --- a/rustjswasm/pyproject.toml.jinja +++ b/rustjswasm/pyproject.toml.jinja @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = []