File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44add_docs : true
55add_extension : cppjswasm
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ description = "A C++-JavaScript-Python project template"
1616readme = " README.md"
1717license = { text = " Apache-2.0" }
1818version = " 0.1.0"
19- requires-python = " >=3.10 "
19+ requires-python = " >=3.11 "
2020keywords = []
2121
2222classifiers = [
@@ -26,7 +26,6 @@ classifiers = [
2626 " Programming Language :: Python :: Implementation :: CPython" ,
2727 " Programming Language :: Python :: Implementation :: PyPy" ,
2828 " Programming Language :: Python :: 3" ,
29- " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
3231 " Programming Language :: Python :: 3.13" ,
@@ -85,7 +84,7 @@ search = '"version": "{current_version}"'
8584replace = ' "version": "{new_version}"'
8685
8786[tool .cibuildwheel ]
88- build = " cp310 -*"
87+ build = " cp311 -*"
8988test-command = " pytest -vvv {project}/python_template_cppjswasm/tests"
9089test-extras = " develop"
9190
You can’t perform that action at this time.
0 commit comments