Skip to content

Commit 43db3d4

Browse files
committed
CI skip pp
1 parent 74bc4cd commit 43db3d4

File tree

3 files changed

+35
-28
lines changed

3 files changed

+35
-28
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
36+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
3737

3838
runs-on: ${{ matrix.os }}
3939
needs: test

pixi.lock

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

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },
@@ -91,6 +91,13 @@ build = [
9191
"*-macosx_x86_64", "*-macosx_arm64", "*-win_amd64",
9292
"*-manylinux_x86_64", "*-manylinux_aarch64"
9393
]
94+
skip = [
95+
"cp36-*", "cp37-*", "cp38-*", "pp*",
96+
"*-macosx_universal2",
97+
"*-win32", "*-win_arm64",
98+
"*-manylinux_i686", "*-musllinux_*",
99+
"*-manylinux_ppc64le", "*-manylinux_s390x"
100+
]
94101

95102
[tool.black]
96103
line-length = 88

0 commit comments

Comments
 (0)