File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : ' 6957226 '
2
+ _commit : 98c8f14
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : cpp
5
5
Original file line number Diff line number Diff line change @@ -39,24 +39,40 @@ jobs:
39
39
cibuildwheel : " cp311"
40
40
- python-version : " 3.9"
41
41
cibuildwheel : " cp312"
42
+ - python-version : " 3.9"
43
+ cibuildwheel : " cp313"
42
44
- python-version : " 3.10"
43
45
cibuildwheel : " cp39"
44
46
- python-version : " 3.10"
45
47
cibuildwheel : " cp311"
46
48
- python-version : " 3.10"
47
49
cibuildwheel : " cp312"
50
+ - python-version : " 3.10"
51
+ cibuildwheel : " cp313"
48
52
- python-version : " 3.11"
49
53
cibuildwheel : " cp39"
50
54
- python-version : " 3.11"
51
55
cibuildwheel : " cp310"
52
56
- python-version : " 3.11"
53
57
cibuildwheel : " cp312"
58
+ - python-version : " 3.11"
59
+ cibuildwheel : " cp313"
54
60
- python-version : " 3.12"
55
61
cibuildwheel : " cp39"
56
62
- python-version : " 3.12"
57
63
cibuildwheel : " cp310"
58
64
- python-version : " 3.12"
59
65
cibuildwheel : " cp311"
66
+ - python-version : " 3.12"
67
+ cibuildwheel : " cp313"
68
+ - python-version : " 3.13"
69
+ cibuildwheel : " cp39"
70
+ - python-version : " 3.13"
71
+ cibuildwheel : " cp310"
72
+ - python-version : " 3.13"
73
+ cibuildwheel : " cp311"
74
+ - python-version : " 3.13"
75
+ cibuildwheel : " cp312"
60
76
61
77
steps :
62
78
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A C++-Python project template
6
6
[ ![ codecov] ( https://codecov.io/gh/python-project-templates/python-template-cpp/branch/main/graph/badge.svg )] ( https://codecov.io/gh/python-project-templates/python-template-cpp )
7
7
[ ![ License] ( https://img.shields.io/github/license/python-project-templates/python-template-cpp )] ( https://github.com/python-project-templates/python-template-cpp )
8
8
[ ![ PyPI] ( https://img.shields.io/pypi/v/python-template-cpp.svg )] ( https://pypi.python.org/pypi/python-template-cpp )
9
- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/python-project-templates/python-template-cpp/main?urlpath=lab )
10
9
11
10
## Overview
12
11
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers = [
26
26
" Programming Language :: Python :: 3.10" ,
27
27
" Programming Language :: Python :: 3.11" ,
28
28
" Programming Language :: Python :: 3.12" ,
29
+ " Programming Language :: Python :: 3.13" ,
29
30
]
30
31
31
32
dependencies = []
@@ -88,7 +89,7 @@ archs = "arm64"
88
89
89
90
[tool .cibuildwheel .windows ]
90
91
archs = " AMD64"
91
- skip = " *win32 *arm_64"
92
+ skip = " *win32 *arm_64"
92
93
93
94
[tool .coverage .run ]
94
95
branch = true
You can’t perform that action at this time.
0 commit comments