Skip to content

Commit 8a944ac

Browse files
committed
Add tomli as a dependency for Python 3.10 and earlier
1 parent 4299600 commit 8a944ac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Release 7.3.1 (in development)
44
Dependencies
55
------------
66

7+
* Require ``tomli`` on Python 3.10 and earlier.
8+
Patch by Adam Turner.
79

810
Release 7.3.0 (released Apr 16, 2024)
911
=====================================

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ dependencies = [
7272
"requests>=2.25.0",
7373
"packaging>=21.0",
7474
"importlib-metadata>=4.8; python_version < '3.10'",
75+
"tomli>=2; python_version < '3.11'",
7576
"colorama>=0.4.5; sys_platform == 'win32'",
7677
]
7778
dynamic = ["version"]

0 commit comments

Comments
 (0)