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 18b0e80 commit 32b7a67Copy full SHA for 32b7a67
changelog.md
@@ -4,6 +4,8 @@
4
5
### Added
6
7
+- Added binary distribution for linux aarch64 (Streamlit's environment)
8
+
9
### Changed
10
11
### Fixed
pyproject.toml
@@ -392,7 +392,6 @@ skip = [
392
"*-manylinux_i686", # Skip 32-bit Linux
393
"*-win_arm64", # Skip experimental Windows on ARM
394
"*-musllinux*", # Skip slow Linux
395
- "*-manylinux_aarch64", # Skip slow Linux
396
"*-manylinux_ppc64le", # Skip slow Linux
397
"*-manylinux_s390x", # Skip slow Linux
398
]
0 commit comments