Skip to content

Commit 45e9a79

Browse files
authored
Bump pywin32 to 310.* (#13667)
1 parent dbe6cb5 commit 45e9a79

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

stubs/pywin32/@tests/stubtest_allowlist_win32.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ win32com(ext)?.directsound.test.*
4545
# It's safer to not even expose this method as deprecated.
4646
(win32.)?win32gui.PyMakeBuffer
4747

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
4949
#
5050
# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
5151
win32com(ext)?.axdebug.axdebug
@@ -61,8 +61,3 @@ win32com(ext)?.axdebug.stackframe
6161
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
6262
win32com(ext)?.axdebug.gateways
6363
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+?

stubs/pywin32/METADATA.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "309.*"
1+
version = "310.*"
22
upstream_repository = "https://github.com/mhammond/pywin32"
33

44
[tool.stubtest]

0 commit comments

Comments
 (0)