We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tomli
1 parent 4299600 commit 8a944acCopy full SHA for 8a944ac
CHANGES.rst
@@ -4,6 +4,8 @@ Release 7.3.1 (in development)
4
Dependencies
5
------------
6
7
+* Require ``tomli`` on Python 3.10 and earlier.
8
+ Patch by Adam Turner.
9
10
Release 7.3.0 (released Apr 16, 2024)
11
=====================================
pyproject.toml
@@ -72,6 +72,7 @@ dependencies = [
72
"requests>=2.25.0",
73
"packaging>=21.0",
74
"importlib-metadata>=4.8; python_version < '3.10'",
75
+ "tomli>=2; python_version < '3.11'",
76
"colorama>=0.4.5; sys_platform == 'win32'",
77
]
78
dynamic = ["version"]
0 commit comments