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 82416c3 commit aed3ebcCopy full SHA for aed3ebc
CHANGELOG.rst
@@ -6,16 +6,21 @@ Changelog
6
7
General information:
8
9
+* This release is focused on Python 3.14 support.
10
11
New features:
12
13
14
Fixes:
-
15
+* #1027: Handle unspecified config paths
16
+* #1035: Align simple_eval with Python 3.10+
17
+* #1036: Make -q hide the welcome message
18
+* #1041: Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
19
20
Changes to dependencies:
21
22
23
+Support for Python 3.14 has been added. Support for Python 3.9 has been dropped.
24
25
0.25
26
----
0 commit comments