Skip to content

Commit 44911a3

Browse files
committed
chore(ci): test on Python 3.13-beta.4
Pin cffi to an RC for Python 3.13b. Signed-off-by: Yves Bastide <yves@botify.com>
1 parent 8290f71 commit 44911a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9"]
22+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.4", "pypy-3.9"]
2323

2424
steps:
2525
- uses: actions/checkout@v3

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_full_version=='3.13.0b4'", # via cryptography via moto, secretstorage
5355
"flaky",
5456
"hatch==1.7.0",
5557
"invoke",

0 commit comments

Comments
 (0)