Skip to content

Commit b031161

Browse files
committed
Remove support for python 3.13 until zopefoundation/zope.interface#292 is fixed
1 parent 137da60 commit b031161

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12', '3.13-dev']
17+
# Re-enable 3.13-dev when https://github.com/zopefoundation/zope.interface/issues/292 is fixed
18+
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12']
1819
os: [ubuntu-22.04]
1920
include:
2021
- os: windows-latest

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pydoctor 24.3.0
7979
This is the last major release to support Python 3.7.
8080

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

0 commit comments

Comments
 (0)