From da2d75ea1303da44a40bcfa628c765830dc7dd7c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:14:39 +0000 Subject: [PATCH] Update from copier (2025-11-09T05:14:39) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- docs/wiki/Installation.md | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 0b8bd28..4aa44e4 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 68f3543 +_commit: 973c39c _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/docs/wiki/Installation.md b/docs/wiki/Installation.md index 4af036c..c9eabb7 100644 --- a/docs/wiki/Installation.md +++ b/docs/wiki/Installation.md @@ -1,6 +1,6 @@ ## Pre-requisites -You need Python >=3.9 on your machine to install `python-template-js`. +You need Python >=3.10 on your machine to install `python-template-js`. ## Install with `pip` diff --git a/pyproject.toml b/pyproject.toml index fc6f2cf..7236a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A JavaScript-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [] classifiers = [ @@ -18,7 +18,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",