We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d893ac8 commit 6835ce8Copy full SHA for 6835ce8
ci-constraints-requirements.txt
@@ -126,7 +126,11 @@ pretend==1.0.9
126
# via cryptography (pyproject.toml)
127
py-cpuinfo==9.0.0
128
# via pytest-benchmark
129
-pyenchant==3.3.0
+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'
134
# via
135
# cryptography (pyproject.toml)
136
# sphinxcontrib-spelling
0 commit comments