Skip to content

Commit

Permalink
Remove preliminary support for Python 3.13.
Browse files Browse the repository at this point in the history
It depends on a release of cffi to build the dependencies containing C code.
  • Loading branch information
icemac committed Nov 13, 2023
1 parent 7197743 commit 04cd6b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- ["ubuntu", "ubuntu-20.04"]
config:
# [Python version, tox env]
- ["3.9", "release-check"]
- ["3.9", "lint"]
- ["3.7", "py37"]
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12", "py312"]
- ["3.13.0-alpha - 3.13.0", "py313"]
- ["3.9", "coverage"]

runs-on: ${{ matrix.os[1] }}
Expand Down
4 changes: 2 additions & 2 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "13b9049c"
commit-id = "6f8d8c51"

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

[tox]
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ envlist =
py310
py311
py312
py313
coverage

[testenv]
Expand Down

0 comments on commit 04cd6b9

Please sign in to comment.