diff --git a/.copier-answers.yaml b/.copier-answers.yaml index dafbbb0..2a2090d 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3a223c6 +_commit: f812aaa _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.gitignore b/.gitignore index e5a9a38..dca6669 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ physics_workload/extension # Jupyter .ipynb_checkpoints .autoversion +Untitled*.ipynb !physics_workload/extension/physics_workload.json !physics_workload/extension/install.json physics_workload/nbextension diff --git a/pyproject.toml b/pyproject.toml index c4f8891..896cd4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [