Skip to content

Commit 558957b

Browse files
authored
Merge pull request #25 from python-project-templates/copier-update-2026-07-12T07-24-03
Update from copier (2026-07-12T07:24:03)
2 parents 1a29807 + 45e08a3 commit 558957b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 392c67f
2+
_commit: '4875149'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Check Python source and wheel distributions"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
1515
version = "0.1.5"
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.11"
1717
keywords = []
1818

1919
classifiers = [
@@ -22,7 +22,6 @@ classifiers = [
2222
"Programming Language :: Python :: Implementation :: CPython",
2323
"Programming Language :: Python :: Implementation :: PyPy",
2424
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
2827
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)