We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b37f6 commit e0b1177Copy full SHA for e0b1177
CHANGES.txt
@@ -14,6 +14,8 @@ https://mhammond.github.io/pywin32_installers.html.
14
Coming in build 308, as yet unreleased
15
--------------------------------------
16
17
+* Dropped support for Python 3.7 (#2207, @Avasam)
18
+
19
Build 307, released 2024-10-04
20
------------------------------
21
### Release process changes
Pythonwin/pywin/test/test_pywin.py
@@ -64,7 +64,7 @@ def tearDownClass(cls):
64
win32api.PostQuitMessage()
65
win32gui.PumpWaitingMessages()
66
cls.app.ExitInstance()
67
- sys.stdout, sys.stderr = cls.std_oe_orig # py3.7
+ sys.stdout, sys.stderr = cls.std_oe_orig
68
69
def test_1_pydocs_and_finddlg(self):
70
mf = win32ui.GetMainFrame()
0 commit comments