Skip to content

Commit

Permalink
Set UNSAFE_PYO3_SKIP_VERSION_CHECK=1 for Python 3.13 testenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 29, 2024
1 parent 231922f commit c7ad636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1

[testenv:py312]
setenv =
Expand Down Expand Up @@ -304,16 +305,19 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
[testenv:py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,1.6.1,latest}]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
[testenv:py313-dev-sphinx{4,5,6,7}]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
[testenv:py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,1.6.1,1.8.0,latest}]
setenv =
Expand Down

0 comments on commit c7ad636

Please sign in to comment.