We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a3b1 commit 30e3a17Copy full SHA for 30e3a17
.github/workflows/wheel.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build wheels
33
uses: pypa/cibuildwheel@v3.1.4
34
env:
35
- CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_* cp314*"
+ CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_* cp314t*"
36
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
37
CIBW_ARCHS_LINUX: auto
38
CIBW_ARCHS_MACOS: x86_64 arm64
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'fastcan',
3
'c', 'cython',
4
- version: '0.4.0',
+ version: '0.4.1',
5
license: 'MIT',
6
meson_version: '>= 1.1.0',
7
default_options: [
0 commit comments