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 0ada25b commit b94738eCopy full SHA for b94738e
1 file changed
CHANGELOG.md
@@ -1,12 +1,13 @@
1
# Change Log
2
3
-## [3.2.0] - 2026-01-29
+## [3.2.0] - 2026-01-30
4
5
### Added
6
- Added support for Python 3.14 [#923](https://github.com/python-pendulum/pendulum/pull/923)
7
- Added upper limit to `time-machine` dependency [#931](https://github.com/python-pendulum/pendulum/pull/931)
8
9
### Changed
10
+- *Dropped support for PyPy below PyPy3.11* [#937](https://github.com/python-pendulum/pendulum/pull/937)
11
- Optimize usage of `re.` methods [#741](https://github.com/python-pendulum/pendulum/pull/741)
12
- Fixed `pendulum.parse` not being marked as exported [#693](https://github.com/python-pendulum/pendulum/pull/693)
13
- Fixed `pendulum.parse('now', tz='...')` ignoring the timezone [#701](https://github.com/python-pendulum/pendulum/pull/701)
0 commit comments