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 bc1b33e commit 1f100d5Copy full SHA for 1f100d5
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
29
"Programming Language :: Python :: 3.12",
30
+ "Programming Language :: Python :: 3.13",
31
]
32
dynamic = ["version"]
33
@@ -50,6 +51,7 @@ dependencies = [
50
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
55
"flaky",
56
"hatch==1.7.0",
57
"invoke",
0 commit comments