Skip to content

Commit aea611d

Browse files
authored
Fix build pipelines and update CHANGELOG.md (#937)
1 parent 0d303bd commit aea611d

File tree

3 files changed

+51
-34
lines changed

3 files changed

+51
-34
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
target: ${{ matrix.target }}
6767
manylinux: ${{ matrix.manylinux || 'auto' }}
6868
container: ${{ matrix.container }}
69-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 pypy3.11' }} ${{ matrix.extra-build-args }}
69+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11' }} ${{ matrix.extra-build-args }}
7070
rust-toolchain: stable
7171
docker-options: -e CI
7272

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22

3-
## [3.2.0] - 2026-01-29
3+
## [3.2.0] - 2026-01-30
44

55
### Added
66
- Added support for Python 3.14 [#923](https://github.com/python-pendulum/pendulum/pull/923)
77
- Added upper limit to `time-machine` dependency [#931](https://github.com/python-pendulum/pendulum/pull/931)
88

99
### Changed
10+
- **Dropped support for PyPy below PyPy3.11** [#937](https://github.com/python-pendulum/pendulum/pull/937)
1011
- Optimize usage of `re.` methods [#741](https://github.com/python-pendulum/pendulum/pull/741)
1112
- Fixed `pendulum.parse` not being marked as exported [#693](https://github.com/python-pendulum/pendulum/pull/693)
1213
- Fixed `pendulum.parse('now', tz='...')` ignoring the timezone [#701](https://github.com/python-pendulum/pendulum/pull/701)

rust/Cargo.lock

Lines changed: 48 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)