-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove support for python 3.13 until zopefoundation/zope.interface#292 is fixed * Switch to pypi OIDC publishing. * Add meta job to handle required jobs for protected branches. * Unpin twisted requirement for the mypy environment. * And fix the twisted intersphinx as a drive-by change. --------- Co-authored-by: tristanlatr <[email protected]> Co-authored-by: Adi Roiban <[email protected]>
- Loading branch information
1 parent
27f5d4d
commit dca9625
Showing
5 changed files
with
59 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = pydoctor | ||
version = 23.9.0.dev0 | ||
version = 24.3.3.dev0 | ||
author = Michael Hudson-Doyle | ||
author_email = [email protected] | ||
maintainer = Maarten ter Huurne | ||
|
@@ -79,7 +79,7 @@ mypy = | |
hypothesis | ||
pytest>=6.0.0 | ||
sphinx>=3.4.0 | ||
twisted @ git+https://github.com/twisted/twisted.git | ||
twisted | ||
types-requests | ||
; FIXME: https://github.com/twisted/pydoctor/issues/504 | ||
; This is pinned for now as newer versions are breaking our static checks. | ||
|
@@ -117,8 +117,7 @@ filterwarnings = | |
[tool:pydoctor] | ||
intersphinx = | ||
https://docs.python.org/3/objects.inv | ||
; FIXME: use the official Twisted's docs when they update | ||
https://tristanlatr.github.io/apidocs/twisted/objects.inv | ||
https://docs.twisted.org/en/stable/api/objects.inv | ||
https://urllib3.readthedocs.io/en/latest/objects.inv | ||
https://requests.readthedocs.io/en/latest/objects.inv | ||
https://www.attrs.org/en/stable/objects.inv | ||
|