You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version and update change log for 1.4.8 (#642)
* Add the `Python Requires` badge.
* Add a version info to `README.md`.
* Remove an excessive space.
* update `docs\source\conf.py`
* update `comtypes\__init__.py`
* update change log for 1.4.8
`comtypes` allows you to define, call, and implement custom and dispatch-based COM interfaces in pure Python.
12
13
13
14
`comtypes` requires Windows and Python 3.8 or later.
15
+
- Version <= [1.4.7](https://pypi.org/project/comtypes/1.4.7/) does not work with Python 3.13 as reported in [GH-618](https://github.com/enthought/comtypes/issues/618). Version [1.4.8](https://pypi.org/project/comtypes/1.4.8/) can work with Python 3.13.
14
16
- Version [1.4.6](https://pypi.org/project/comtypes/1.4.6/) is the last version to support Python 3.7.
15
17
- Version [1.2.1](https://pypi.org/project/comtypes/1.2.1/) is the last version to support Python 2.7 and 3.3–3.6.
16
18
-`comtypes` does not work with Python 3.8.1 as reported in [GH-202](https://github.com/enthought/comtypes/issues/202). This bug has been fixed in Python >= 3.8.2.
0 commit comments