Skip to content

Commit e0b1177

Browse files
committed
Update CHANGES.txt
1 parent 75b37f6 commit e0b1177

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ https://mhammond.github.io/pywin32_installers.html.
1414
Coming in build 308, as yet unreleased
1515
--------------------------------------
1616

17+
* Dropped support for Python 3.7 (#2207, @Avasam)
18+
1719
Build 307, released 2024-10-04
1820
------------------------------
1921
### Release process changes

Pythonwin/pywin/test/test_pywin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def tearDownClass(cls):
6464
win32api.PostQuitMessage()
6565
win32gui.PumpWaitingMessages()
6666
cls.app.ExitInstance()
67-
sys.stdout, sys.stderr = cls.std_oe_orig # py3.7
67+
sys.stdout, sys.stderr = cls.std_oe_orig
6868

6969
def test_1_pydocs_and_finddlg(self):
7070
mf = win32ui.GetMainFrame()

0 commit comments

Comments
 (0)