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 : 392c67f
2+ _commit : ' 4875149 '
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : cpp
Original file line number Diff line number Diff line change @@ -30,10 +30,29 @@ jobs:
3030 strategy :
3131 matrix :
3232 os : [ubuntu-latest, macos-latest, windows-latest]
33+ <<<<<<< before updating
3334 python-version : [ "3.10"]
3435 cibuildwheel : ["cp310"]
3536
3637 steps :
38+ =======
39+ python-version : ["3.11", "3.12", "3.13"]
40+ cibuildwheel : ["cp311", "cp312", "cp313"]
41+ exclude :
42+ - python-version : " 3.11"
43+ cibuildwheel : " cp312"
44+ - python-version : " 3.11"
45+ cibuildwheel : " cp313"
46+ - python-version : " 3.12"
47+ cibuildwheel : " cp311"
48+ - python-version : " 3.12"
49+ cibuildwheel : " cp313"
50+ - python-version : " 3.13"
51+ cibuildwheel : " cp311"
52+ - python-version : " 3.13"
53+ cibuildwheel : " cp312"
54+ steps :
55+ >>>>>>> after updating
3756 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3857
3958 - uses : actions-ext/python/setup@main
Original file line number Diff line number Diff line change @@ -13,8 +13,13 @@ authors = [
1313description = " Generic, framework-agnostic infrastructure for compiling Python functions to Numba @cfunc via AST transformation"
1414readme = " README.md"
1515license = { text = " Apache-2.0" }
16+ <<<<<<< before updating
1617version = " 0.1.1"
1718requires-python = " >=3.10"
19+ =======
20+ version = " 0.1.0"
21+ requires-python = " >=3.11"
22+ >>>>>>> after updating
1823keywords = []
1924
2025classifiers = [
@@ -23,7 +28,6 @@ classifiers = [
2328 " Programming Language :: Python :: Implementation :: CPython" ,
2429 " Programming Language :: Python :: Implementation :: PyPy" ,
2530 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.10" ,
2731 " Programming Language :: Python :: 3.11" ,
2832 " Programming Language :: Python :: 3.12" ,
2933 " Programming Language :: Python :: 3.13" ,
@@ -78,7 +82,11 @@ search = 'version = "{current_version}"'
7882replace = ' version = "{new_version}"'
7983
8084[tool .cibuildwheel ]
85+ <<<<<<< before updating
8186build = " cp310-*"
87+ =======
88+ build = " cp311-* cp312-* cp313-*"
89+ >>>>>>> after updating
8290test-command = " echo 'TODO'"
8391test-extras = " develop"
8492
@@ -166,4 +174,3 @@ section-order = [
166174 " F401" ,
167175 " F403" ,
168176]
169-
You can’t perform that action at this time.
0 commit comments