You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,28 @@ Releases prior to 0.3.0 were “best effort” filled out, but are missing
25
25
some info. If you see your contribution missing info, please open a PR
26
26
on the Changelog!
27
27
28
+
.. _section-1.3.3:
29
+
1.3.3
30
+
-----
31
+
.. _enhancements-1.3.3
32
+
Enhancements
33
+
~~~~~~~~~~~~
34
+
35
+
::
36
+
37
+
* Drop support for Python 3.9 (EOL); require Python 3.10 or newer. [python-restx]
38
+
* Declare and test support for Python 3.13 and 3.14 (CPython). [python-restx]
39
+
* Expand GitHub Actions and tox coverage: PyPy 3.10 and 3.11 with both Flask 2.x and Flask 3.x; exclude Flask 2 on 3.13/3.14 where unsupported. [python-restx]
40
+
* Refresh test and release tooling (pytest, pytest-benchmark, pytest-profiling, twine) for newer interpreters; PyPy test envs use tox-only dependency pins where needed. [python-restx]
41
+
42
+
.. _bug_fixes-1.3.3
43
+
Bug Fixes
44
+
~~~~~~~~~
45
+
46
+
::
47
+
48
+
* Adjust field tests for Python 3.14 (``staticmethod`` around ``functools.partial`` used as a class attribute). [python-restx]
0 commit comments