We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optype
1 parent a1be18e commit 25fc475Copy full SHA for 25fc475
2 files changed
pyproject.toml
@@ -27,6 +27,8 @@
27
]
28
dependencies = [
29
"typing-extensions>=4.14.0",
30
+ "optype>=0.9.3; python_version < '3.10'",
31
+ "optype>=0.10.0; python_version >= '3.11'",
32
33
34
[project.urls]
0 commit comments