Skip to content

Commit eed32ed

Browse files
Update from copier (2026-07-10T23:06:39)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6962c6e commit eed32ed

4 files changed

Lines changed: 6 additions & 7 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: dbcb02b
2+
_commit: c184e53
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- run: cp README.md docs/wiki/Home.md
25-
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
25+
- uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4
2626
with:
2727
path: docs/wiki

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A Rust-Python project template"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
1616
version = "0.1.0"
17-
requires-python = ">=3.10"
17+
requires-python = ">=3.11"
1818
keywords = []
1919

2020
classifiers = [
@@ -24,7 +24,6 @@ classifiers = [
2424
"Programming Language :: Python :: Implementation :: CPython",
2525
"Programming Language :: Python :: Implementation :: PyPy",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
2928
"Programming Language :: Python :: 3.12",
3029
"Programming Language :: Python :: 3.13",
@@ -86,7 +85,7 @@ search = 'version = "{current_version}"'
8685
replace = 'version = "{new_version}"'
8786

8887
[tool.cibuildwheel]
89-
build = "cp310-*"
88+
build = "cp311-*"
9089
test-command = "pytest -vvv {project}/python_template_rust/tests"
9190
test-extras = "develop"
9291

0 commit comments

Comments
 (0)