Skip to content

Commit 5e6ff27

Browse files
committed
Remove old Python versions in wheels
1 parent 0b19f41 commit 5e6ff27

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject-tensorflow.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ manylinux-x86_64-image = "mtgupf/essentia-builds:manylinux2014_x86_64"
44

55
# Only support x86_64 for essentia-tensorflow
66
build = "cp**-manylinux_x86_64"
7-
# TODO: skipping Python 3.12 for now until we create manylinux images supporting this version.
8-
skip = ["pp*", "*-musllinux*", "*i686", "*cp312*"]
7+
8+
skip = ["pp*", "*-musllinux*", "*i686", "*cp36*", "*cp37*", "*cp38*"]
99

1010
environment = { PROJECT_NAME="essentia-tensorflow", ESSENTIA_PROJECT_NAME="${PROJECT_NAME}", ESSENTIA_WHEEL_SKIP_3RDPARTY=1, ESSENTIA_WHEEL_ONLY_PYTHON=1 }
1111

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
manylinux-x86_64-image = "mtgupf/essentia-builds:manylinux2014_x86_64"
55
manylinux-i686-image = "mtgupf/essentia-builds:manylinux2014_i686"
66

7-
# TODO: skipping Python 3.12 for now until we create manylinux images supporting this version.
87
skip = ["pp*", "*-musllinux*", "*i686", "*cp36*", "*cp37*", "*cp38*"]
98

109
environment = { PROJECT_NAME="essentia", ESSENTIA_PROJECT_NAME="${PROJECT_NAME}", ESSENTIA_WHEEL_SKIP_3RDPARTY=1, ESSENTIA_WHEEL_ONLY_PYTHON=1 }

0 commit comments

Comments
 (0)