From 4f6cbcaa8133d195e89f71cd5943275f3be2dfe5 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 12 Jun 2024 15:29:42 +0100 Subject: [PATCH] Set pip_pre for Python 3.13 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ef1b3f7..18520fe 100644 --- a/tox.ini +++ b/tox.ini @@ -82,6 +82,7 @@ setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 UNSAFE_PYO3_SKIP_VERSION_CHECK=1 +pip_pre = true [testenv:py312] setenv =