Skip to content

Commit 89a0e50

Browse files
Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13. (#32)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent dfdff68 commit 89a0e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ setenv =
9494
PYTHONDEVMODE=1
9595
PIP_DISABLE_PIP_VERSION_CHECK=1
9696
PIP_PREFER_BINARY=1
97+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
9798
skip_install = True
9899
changedir = {toxinidir}
99100
deps =

0 commit comments

Comments
 (0)