From 27cea853daa659ed617fa44dc33855c23c2693f6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 05:16:11 +0000 Subject: [PATCH] Update from copier (2025-09-28T05:16:11) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 539414e..b9a31e2 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3a223c6 +_commit: a74894d _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 343bfcb..cf0c1fd 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ hatch_javascript/extension # Jupyter .ipynb_checkpoints .autoversion +Untitled*.ipynb !hatch_javascript/extension/hatch_javascript.json !hatch_javascript/extension/install.json hatch_javascript/nbextension diff --git a/pyproject.toml b/pyproject.toml index a02cc7e..db0e83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [