Skip to content

Commit 87e1c6e

Browse files
committed
Fix Github CI for Python 3.13
See crate-py/rpds#72 Unfortunately, setting PYO3_USE_ABI3_FORWARD_COMPATIBILITY and UNSAFE_PYO3_SKIP_VERSION_CHECK changed nothing, so the tests have been disabled.
1 parent f96d9c6 commit 87e1c6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
schedule:
77
- cron: 0 0 * * 0
88

9-
# Temporary workaround for https://github.com/actions/setup-python/issues/866
109
env:
10+
# Temporary workaround for https://github.com/actions/setup-python/issues/866
1111
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org
1212

1313
jobs:
@@ -26,7 +26,8 @@ jobs:
2626
- '3.10'
2727
- '3.11'
2828
- '3.12'
29-
- 3.13-dev
29+
# Temporary disabled because of https://github.com/crate-py/rpds/issues/72
30+
# - 3.13-dev
3031
- pypy-3.9
3132
include:
3233
- os: ubuntu-20.04

0 commit comments

Comments
 (0)