Skip to content

Commit 587304e

Browse files
committed
bump version and skip cp314t
1 parent 139ef66 commit 587304e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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_*"
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: [

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)