File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- 2025-xx-xx - v3.1.1 .dev0:
1+ 2025-11-02 - v3.2.0 .dev0:
22 * WARNING: This is a development snapshot, not a stable release.
33 * Drop support for Python 3.6.
44 * Python 3.7 is now the minimum supported version.
55 * Add support for Python 3.14.
66 * Add support for Python 3.15.
7+ * Fix SystemError when requesting terminal size.
8+ * Migrate to pyproject.toml.
9+ * Fix typos (Thanks to Kian-Meng Ang).
10+ * Improvements to benchmark.py (Thanks to @mirusu400).
711
8122024-05-20 - v3.1.0:
913 * Drop support for Python 3.5.
Original file line number Diff line number Diff line change 2626from builtins import range
2727from builtins import str
2828
29- __version__ = '3.1.1 .dev0'
29+ __version__ = '3.2.0 .dev0'
3030__homepage__ = 'https://github.com/cfv-project/cfv'
3131
3232import contextlib
You can’t perform that action at this time.
0 commit comments