File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
As of build 305, installation .exe files have been deprecated; see
12
12
https://mhammond.github.io/pywin32_installers.html.
13
13
14
- Coming in build 308 , as yet unreleased
14
+ Coming in build 309 , as yet unreleased
15
15
--------------------------------------
16
16
17
+ Build 308, released 2024-10-12
18
+ ------------------------------
17
19
* Fix Pythonwin displaying syntax errors in Python 3.13 (#2393)
18
20
* Allowed installs from source w/o having pywin32 pre-installed (for instance, from GitHub) (#2349, @Avasam)
19
21
* Restored version stamping of installed DLLs (#2349, @Avasam)
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- build_id = "307.1 " # may optionally include a ".{patchno}" suffix.
3
+ build_id = "308 " # may optionally include a ".{patchno}" suffix.
4
4
5
5
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
6
6
You can’t perform that action at this time.
0 commit comments