From 0c3790d94eb45f16cd3e595880ac88385ef4ee95 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:36:54 +0100 Subject: [PATCH] Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13 (#11) 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 2a3122e..4f6712a 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs} setenv = PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_PREFER_BINARY=1 + UNSAFE_PYO3_SKIP_VERSION_CHECK=1 skip_install = True changedir = {toxinidir} deps =