Skip to content

Commit

Permalink
Remove support for python 3.13 until zopefoundation/zope.interface#292
Browse files Browse the repository at this point in the history
…is fixed
  • Loading branch information
tristanlatr committed May 10, 2024
1 parent 137da60 commit b031161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

strategy:
matrix:
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12', '3.13-dev']
# Re-enable 3.13-dev when https://github.com/zopefoundation/zope.interface/issues/292 is fixed
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12']
os: [ubuntu-22.04]
include:
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pydoctor 24.3.0
This is the last major release to support Python 3.7.

* Drop support for Python 3.6.
* Add support for Python 3.12 and Python 3.13.
* Add support for Python 3.12.
* Astor is no longer a requirement starting at Python 3.9.
* `ExtRegistrar.register_post_processor()` now supports a `priority` argument that is an int.
Highest priority callables will be called first during post-processing.
Expand Down

0 comments on commit b031161

Please sign in to comment.