Skip to content

Commit

Permalink
Preliminary support for Python 3.13a3
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Feb 2, 2024
1 parent fbe98b6 commit ae69303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,9 @@ jobs:
if: matrix.python-version == '3.13.0-alpha - 3.13.0'
run: |
# Install to collect dependencies into the (pip) cache.
# cffi will probably have no public release until a Python 3.13 beta
# or even RC release, see https://github.com/python-cffi/cffi/issues/23
echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
PIP_CONSTRAINT=cffi_constraint.txt pip install --pre .[test]
pip install --pre .[test]
- name: Install zope.index and dependencies
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "e45966cd"
commit-id = "08a3cc69"

[python]
with-appveyor = true
with-windows = false
with-pypy = true
with-docs = true
with-sphinx-doctests = true
with-future-python = false
with-future-python = true
with-macos = false

[tox]
Expand Down

0 comments on commit ae69303

Please sign in to comment.