| commit | 6664ca154a5ea0a62c6252ea3448e4575ca8b823 | [log] [tgz] |
|---|---|---|
| author | Nikita Sobolev <mail@sobolevn.me> | Fri Jun 23 14:42:31 2023 +0300 |
| committer | GitHub <noreply@github.com> | Fri Jun 23 14:42:31 2023 +0300 |
| tree | db59c0bfbcc153cad53f55440da3776677b8bc5a | |
| parent | a47279b8626e3885580df1a33c179fc5b7e273ce [diff] |
Do not install `tomli` for `Python>=3.11` Now it is in sync with `setup.py` and `pyproject.toml`
diff --git a/test-requirements.txt b/test-requirements.txt index 7c4b3b8..769e665 100644 --- a/test-requirements.txt +++ b/test-requirements.txt
@@ -15,4 +15,4 @@ ruff==0.0.272 # must match version in .pre-commit-config.yaml setuptools>=65.5.1 six -tomli>=1.1.0 +tomli>=1.1.0; python_version<'3.11'