Skip to content

Commit 6835ce8

Browse files
authored
Put correct version bounds for pyenchant in pins (#13441)
1 parent d893ac8 commit 6835ce8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci-constraints-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ pretend==1.0.9
126126
# via cryptography (pyproject.toml)
127127
py-cpuinfo==9.0.0
128128
# via pytest-benchmark
129-
pyenchant==3.3.0
129+
pyenchant==3.2.2 ; python_full_version < '3.9'
130+
# via
131+
# cryptography (pyproject.toml)
132+
# sphinxcontrib-spelling
133+
pyenchant==3.3.0 ; python_full_version >= '3.9'
130134
# via
131135
# cryptography (pyproject.toml)
132136
# sphinxcontrib-spelling

0 commit comments

Comments
 (0)