Skip to content

Commit 32b7a67

Browse files
committed
feat: added binary distribution for linux aarch64
1 parent 18b0e80 commit 32b7a67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Added
66

7+
- Added binary distribution for linux aarch64 (Streamlit's environment)
8+
79
### Changed
810

911
### Fixed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ skip = [
392392
"*-manylinux_i686", # Skip 32-bit Linux
393393
"*-win_arm64", # Skip experimental Windows on ARM
394394
"*-musllinux*", # Skip slow Linux
395-
"*-manylinux_aarch64", # Skip slow Linux
396395
"*-manylinux_ppc64le", # Skip slow Linux
397396
"*-manylinux_s390x", # Skip slow Linux
398397
]

0 commit comments

Comments
 (0)