From 1ab8648623b2a9bc862fc55c7dc648fb907e3b43 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:27:36 +0100 Subject: [PATCH] Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13 (#6) 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 841df2b..ce0d3e1 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,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 =