File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ win32com(ext)?.directsound.test.*
45
45
# It's safer to not even expose this method as deprecated.
46
46
(win32.)?win32gui.PyMakeBuffer
47
47
48
- # Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/main /setup.py#L398-L402
48
+ # Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/c0f06cf49252b4848d0c74832247280291b00b03 /setup.py#L386-L390
49
49
#
50
50
# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
51
51
win32com(ext)?.axdebug.axdebug
@@ -61,8 +61,3 @@ win32com(ext)?.axdebug.stackframe
61
61
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
62
62
win32com(ext)?.axdebug.gateways
63
63
win32com(ext)?.axscript.client.debug
64
-
65
- # These missing is likely an issue with the upstream build's WINVER target on 309.
66
- # Keep them in stubs as there will likely be a patch soon.
67
- # https://github.com/mhammond/pywin32/issues/2486
68
- win32com(ext)?\.shell\.shell\.\w+?
Original file line number Diff line number Diff line change 1
- version = " 309 .*"
1
+ version = " 310 .*"
2
2
upstream_repository = " https://github.com/mhammond/pywin32"
3
3
4
4
[tool .stubtest ]
You can’t perform that action at this time.
0 commit comments