Skip to content

Commit 1b945f5

Browse files
authored
Merge pull request #110 from python-project-templates/copier-update-2026-07-10T23-06-56
Update from copier (2026-07-10T23:06:56)
2 parents 8579ac0 + 432ac28 commit 1b945f5

5 files changed

Lines changed: 13 additions & 10 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: rustjswasm

‎.github/workflows/build.yaml‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
3333
python-version: ["3.11"]
34-
cibuildwheel: ["cp311"]
3534
node-version: [22.x]
3635

3736
steps:
@@ -96,8 +95,6 @@ jobs:
9695
make dist-py-wheel
9796
make dist-check
9897
shell: bash
99-
env:
100-
CIBW_BUILD: "${{ matrix.cibuildwheel }}-manylinux*"
10198
if: matrix.os == 'ubuntu-latest'
10299

103100
- name: Make dist (Macos / Windows)

‎.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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "A Rust-Python project template"
1515
readme = "README.md"
1616
license = { text = "Apache-2.0" }
1717
version = "0.1.0"
18-
requires-python = ">=3.10"
18+
requires-python = ">=3.11"
1919
keywords = []
2020

2121
classifiers = [
@@ -25,7 +25,6 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: CPython",
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",
3130
"Programming Language :: Python :: 3.13",
@@ -98,7 +97,7 @@ search = 'version = "{current_version}"'
9897
replace = 'version = "{new_version}"'
9998

10099
[tool.cibuildwheel]
101-
build = "cp310-*"
100+
build = "cp311-*"
102101
test-command = "pytest -vvv {project}/python_template_rust/tests"
103102
test-extras = "develop"
104103

@@ -221,3 +220,10 @@ section-order = [
221220
"F401",
222221
"F403",
223222
]
223+
224+
[tool.yardang]
225+
title = "python template rust"
226+
root = "README.md"
227+
pages = []
228+
use-autoapi = true
229+

0 commit comments

Comments
 (0)