Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
build = " ".join(f"{py}-{identifier}_*" for py in PYTHON_VERSIONS if identifier=="manylinux" or py.startswith("cp"))
add(f"Linux regular {identifier}", "ubuntu-latest", "x86_64 i686", build)
if FULL:
for arch in ("aarch64", "ppc64le", "s390x"):
for arch in ("aarch64", "ppc64le", "riscv64", "s390x"):
add(f"Linux {arch} {identifier}", "ubuntu-latest", arch, build, True)
build = " ".join(f"{py}-*" for py in PYTHON_VERSIONS)
add("Windows regular", "windows-latest", "AMD64 x86", build)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ adheres to [Semantic Versioning](https://semver.org/).
### :rocket: Added

- Update code with CPython 3.14.2 version
- Build wheels for riscv64

## [1.1.0] - 2025-11-23

Expand Down