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 1f100d5 commit ed02741Copy full SHA for ed02741
pyproject.toml
@@ -51,7 +51,7 @@ dependencies = [
51
[project.optional-dependencies]
52
dev = [
53
"boto3-stubs[s3,swf]",
54
- "cffi==v1.17.0rc1;python==3.13.0-beta.4", # via cryptography via moto, secretstorage
+ "cffi==v1.17.0rc1; python_full_version=='3.13.0b4'", # via cryptography via moto, secretstorage
55
"flaky",
56
"hatch==1.7.0",
57
"invoke",
0 commit comments