From 372d0f0907aa9bc1ecb211ac7270f945256b57a4 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:38:52 +0100 Subject: [PATCH] Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13 (#43) 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 b4d08bb..a236035 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,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 =