From 4331b1dda126e999a08bf6bcfcd78ac8a021df08 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:40:29 +0100 Subject: [PATCH] Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13 (#28) Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 423b2fa..0bf824e 100644 --- a/tox.ini +++ b/tox.ini @@ -62,6 +62,7 @@ setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_PREFER_BINARY=1 + UNSAFE_PYO3_SKIP_VERSION_CHECK=1 skip_install = True changedir = {toxinidir} deps =