Skip to content

Commit 6ac2d2e

Browse files
committed
Drop arm7 build
1 parent 632345a commit 6ac2d2e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/artifact.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,6 @@ jobs:
214214
rustflags: '-Z mir-opt-level=4 -C lto=fat -D warnings',
215215
target: 'aarch64-unknown-linux-gnu',
216216
},
217-
{
218-
arch: 'armv7',
219-
cflags: '-Os -flto=full -fstrict-aliasing',
220-
features: 'no-panic,yyjson', # no SIMD
221-
rustflags: '-Z mir-opt-level=4 -C lto=fat -D warnings -C opt-level=s',
222-
target: 'armv7-unknown-linux-gnueabihf',
223-
},
224217
{
225218
arch: 'ppc64le',
226219
cflags: '-Os -flto=full -fstrict-aliasing',

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ support for 64-bit
3333
file-like objects
3434

3535
orjson supports CPython 3.8, 3.9, 3.10, 3.11, and 3.12. It distributes
36-
amd64/x86_64, aarch64/armv8, arm7, POWER/ppc64le, and s390x wheels for Linux,
36+
amd64/x86_64, aarch64/armv8, POWER/ppc64le, and s390x wheels for Linux,
3737
amd64 and aarch64 wheels for macOS, and amd64 and i686/x86 wheels for Windows.
3838
orjson does not and will not support PyPy. orjson does not and will not
3939
support PEP 554 subinterpreters. Releases follow semantic versioning and
@@ -1207,7 +1207,7 @@ The project's own CI tests against `nightly-2024-04-15` and stable 1.72. It
12071207
is prudent to pin the nightly version because that channel can introduce
12081208
breaking changes.
12091209

1210-
orjson is tested for amd64, aarch64, arm7, ppc64le, and s390x on Linux. It
1210+
orjson is tested for amd64, aarch64, ppc64le, and s390x on Linux. It
12111211
is tested for either aarch64 or amd64 on macOS and cross-compiles for the other,
12121212
depending on version. For Windows it is tested on amd64 and i686.
12131213

0 commit comments

Comments
 (0)