Skip to content

Commit

Permalink
Fix Github CI for Python 3.13
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Delgan committed May 16, 2024
1 parent f96d9c6 commit 87e1c6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
schedule:
- cron: 0 0 * * 0

# Temporary workaround for https://github.com/actions/setup-python/issues/866
env:
# Temporary workaround for https://github.com/actions/setup-python/issues/866
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org

jobs:
Expand All @@ -26,7 +26,8 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- 3.13-dev
# Temporary disabled because of https://github.com/crate-py/rpds/issues/72
# - 3.13-dev
- pypy-3.9
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit 87e1c6e

Please sign in to comment.