mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add `tomli
` as a dependency for Python 3.10 and earlier
This commit is contained in:
parent
4299600828
commit
8a944ac87c
@ -4,6 +4,8 @@ Release 7.3.1 (in development)
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
* Require ``tomli`` on Python 3.10 and earlier.
|
||||
Patch by Adam Turner.
|
||||
|
||||
Release 7.3.0 (released Apr 16, 2024)
|
||||
=====================================
|
||||
|
@ -72,6 +72,7 @@ dependencies = [
|
||||
"requests>=2.25.0",
|
||||
"packaging>=21.0",
|
||||
"importlib-metadata>=4.8; python_version < '3.10'",
|
||||
"tomli>=2; python_version < '3.11'",
|
||||
"colorama>=0.4.5; sys_platform == 'win32'",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
Loading…
Reference in New Issue
Block a user