From c51e88f39111afc3469df2655cd6974a6a8d0eb3 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 19 Jul 2024 08:50:38 +0200 Subject: [PATCH] Allow pre-releases for CFFI on 3.13 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index cc6f180..802d7f9 100644 --- a/tox.ini +++ b/tox.ini @@ -41,6 +41,10 @@ description = Run tests. extras = tests commands = pytest {posargs} +[testenv:py313] +# No stable CFFI release that support 3.13 available, yet. +set_env = PIP_PRE=1 + [testenv:system-argon2] description = Run tests against bindings that use a system installation of Argon2.