Skip to content

Commit d6906a9

Browse files
authored
Revert "Add 3.14 wheels, call this -post5" (need 3.11.x for that)
2 parents 29e2670 + 25e77a9 commit d6906a9

File tree

5 files changed

+4
-20
lines changed

5 files changed

+4
-20
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
platform: macos-arm
1818
target: aarch64-apple-darwin
1919
python-version: '3.13'
20-
- os: macos-latest
21-
platform: macos-arm
22-
target: aarch64-apple-darwin
23-
python-version: '3.14'
2420
- os: ubuntu-latest
2521
platform: manylinux-x86_64
2622
target: x86_64-unknown-linux-gnu
@@ -29,10 +25,6 @@ jobs:
2925
platform: manylinux-x86_64
3026
target: x86_64-unknown-linux-gnu
3127
python-version: '3.13'
32-
- os: ubuntu-latest
33-
platform: manylinux-x86_64
34-
target: x86_64-unknown-linux-gnu
35-
python-version: '3.14'
3628
- os: ubuntu-24.04-arm
3729
platform: manylinux-aarch64
3830
target: aarch64-unknown-linux-gnu
@@ -41,16 +33,12 @@ jobs:
4133
platform: manylinux-aarch64
4234
target: aarch64-unknown-linux-gnu
4335
python-version: '3.13'
44-
- os: ubuntu-24.04-arm
45-
platform: manylinux-aarch64
46-
target: aarch64-unknown-linux-gnu
47-
python-version: '3.14'
4836

4937
steps:
5038
- uses: actions/checkout@v4
5139

5240
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v6
41+
uses: actions/setup-python@v5
5442
with:
5543
python-version: ${{ matrix.python-version }}
5644

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Changelog
22

3-
## 3.10.14-post5
4-
5-
- no code changes, just added 3.14 to our wheel build.
6-
73
## 3.10.14-post4
84

95
- fix handling for MagicMocks by checking torch tensor module name

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.14-post5"
3+
version = "3.10.14-post4"
44
authors = ["ijl <ijl@mailbox.org>", "nova <nova@anthropic.com>", "gbm <gbm@anthropic.com>", "catherio <catherio@anthropic.com>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.14-post5"
3+
version = "3.10.14-post4"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.8"
66
classifiers = [

0 commit comments

Comments
 (0)