-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Run stubtest with Python 3.13 #13638
Changes from all commits
5e2be21
81606ef
317b9cf
8e64080
aba3369
3bb7616
988875f
3891c82
43832f5
b05bff2
6e8c138
b68e3a6
9b5df26
9d07c5d
d30f77f
b9d4a4c
dbf4144
691825e
03dbbb7
01d61d3
728075f
467fc21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
version = "0.10.*" | ||
upstream_repository = "https://github.com/natasha/corus" | ||
|
||
[tool.stubtest] | ||
# As of version 0.10.0, corus doesn't support Python 3.13. | ||
skip = true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
version = "1.10.*" | ||
upstream_repository = "https://github.com/grantjenks/py-tree-sitter-languages" | ||
requires = ["tree-sitter>=0.20.3"] | ||
|
||
[tool.stubtest] | ||
# This package is unmaintained and doesn't support Python 3.13. | ||
# See https://github.com/grantjenks/py-tree-sitter-languages/issues/75 and | ||
# https://github.com/grantjenks/py-tree-sitter-languages/blob/main/README.rst#status | ||
skip = true | ||
Comment on lines
+5
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a bit weird that the "this is unmaintained" note was PR'd by the author of the competing package and merged without comment: grantjenks/py-tree-sitter-languages#84. But it's true that it can't be installed on Python 3.13 currently and hasn't had any significant updates since February 2024. The stubs were added by @Akuli in #8548 and IIRC he's contributed to the upstream package as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't found out which package installs
crypt.py
, but I have had it happen once locally, and the same issue seems to happen in CI. (In this particular run. Previously, it complained thatpasslib.hosts.host_context
was spurious. 🤷♂️)