Skip to content

Commit 30e3a17

Browse files
MNT add cp314 in cibw and update lock (#165)
* MNT add cp314 in cibw and update lock * bump version and skip cp314t
1 parent cb6a3b1 commit 30e3a17

File tree

4 files changed

+3086
-2963
lines changed

4 files changed

+3086
-2963
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build wheels
3333
uses: pypa/[email protected]
3434
env:
35-
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_* cp314*"
35+
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_* cp314t*"
3636
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
3737
CIBW_ARCHS_LINUX: auto
3838
CIBW_ARCHS_MACOS: x86_64 arm64

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'fastcan',
33
'c', 'cython',
4-
version: '0.4.0',
4+
version: '0.4.1',
55
license: 'MIT',
66
meson_version: '>= 1.1.0',
77
default_options: [

0 commit comments

Comments
 (0)