From d32f1caba4b82a69dc16e51ceebd478d21bfd5fb Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 03:53:06 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-12T03:53:06) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 61cf422..1346b78 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 392c67f +_commit: 9f2752a _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/pyproject.toml b/pyproject.toml index 38b7930..650ac1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,13 @@ authors = [ description = "dau simulator" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.2.0" requires-python = ">=3.10" +======= +version = "0.1.0" +requires-python = ">=3.11" +>>>>>>> after updating keywords = [] classifiers = [ @@ -23,7 +28,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From e4380add82e487e7aa6eec1d268e32468c8463fd Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 11 Jul 2026 23:54:20 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 650ac1b..f10a328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,13 +13,8 @@ authors = [ description = "dau simulator" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.2.0" requires-python = ">=3.10" -======= -version = "0.1.0" -requires-python = ">=3.11" ->>>>>>> after updating keywords = [] classifiers = [