File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ Changelog
4
4
*unreleased *
5
5
~~~~~~~~~~~~
6
6
7
- No unreleased changes.
7
+ * Support creating a `` SpecifierSet `` from an iterable of `` Specifier `` objects ( :issue: ` 775 `)
8
8
9
9
24.1 - 2024-06-10
10
10
~~~~~~~~~~~~~~~~~
11
11
12
- No unreleased changes.
12
+ * Document ``markers.default_environment() `` (:issue: `753 `).
13
+ * Add support for Python 3.13 (:issue: `783 `).
14
+ * Modernise type annotations (:issue: `785 `).
15
+ * Work around ``platform.python_version() `` returning non PEP 440 compliant version
16
+ for non-tagged CPython builds (:issue: `802 `).
13
17
14
18
24.0 - 2024-03-10
15
19
~~~~~~~~~~~~~~~~~
@@ -24,7 +28,6 @@ No unreleased changes.
24
28
have not been provided (:issue: `733 `)
25
29
* Fix a bug preventing the use of the built in ``ExceptionGroup `` on versions of
26
30
Python that support it (:issue: `725 `)
27
- * Support creating a ``SpecifierSet `` from an iterable of ``Specifier `` objects (:issue: `775 `)
28
31
29
32
23.2 - 2023-10-01
30
33
~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments