Skip to content

Commit 1f100d5

Browse files
committed
wip
Signed-off-by: Yves Bastide <yves@botify.com>
1 parent bc1b33e commit 1f100d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
]
3132
dynamic = ["version"]
3233

@@ -50,6 +51,7 @@ dependencies = [
5051
[project.optional-dependencies]
5152
dev = [
5253
"boto3-stubs[s3,swf]",
54+
"cffi==v1.17.0rc1;python==3.13.0-beta.4", # via cryptography via moto, secretstorage
5355
"flaky",
5456
"hatch==1.7.0",
5557
"invoke",

0 commit comments

Comments
 (0)