This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: bdist_msi: add support for minimum Python version for pure Python projects
Type: enhancement Stage: resolved
Components: Distutils Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: atuining, bethard, eric.araujo, steve.dower, tarek
Priority: normal Keywords:

Created on 2009-05-04 19:29 by atuining, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg87154 - (view) Author: Anthony Tuininga (atuining) * Date: 2009-05-04 19:29
Add support for specifying the minimum Python version supported so that
versions which are not supported are not included when running the MSI
created by distutils for pure Python packages with the patch referred to
here:

http://bugs.python.org/issue5311
msg213469 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-13 21:06
#5311 gives more context for this feature request.  The last messages hint that there already is a way to achieve this, in which case the documentation could be improved.
msg386412 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:29
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils.

If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50176
2021-02-03 18:29:07steve.dowersetstatus: open -> closed

nosy: + steve.dower
messages: + msg386412

resolution: out of date
stage: needs patch -> resolved
2014-03-13 21:06:15eric.araujosetstatus: closed -> open

assignee: eric.araujo ->
components: + Distutils, - Distutils2
versions: + Python 3.5, - 3rd party, Python 3.3
resolution: out of date -> (no value)
messages: + msg213469
stage: resolved -> needs patch
2014-03-13 21:04:27eric.araujosetmessages: - msg119372
2014-03-13 20:33:27eric.araujosetstatus: open -> closed
resolution: out of date
stage: needs patch -> resolved
2012-03-07 20:50:08eric.araujosetassignee: tarek -> eric.araujo
title: bdist_msi - add support for minimum Python version for pure Python packages -> bdist_msi: add support for minimum Python version for pure Python projects
versions: + Python 3.3
2010-10-22 09:06:42eric.araujosetversions: + 3rd party, - Python 3.2
nosy: + eric.araujo

messages: + msg119372

components: + Distutils2, - Distutils
stage: needs patch
2010-07-10 11:50:33BreamoreBoysetversions: + Python 3.2, - Python 3.1, Python 2.7
2009-05-04 19:59:24bethardsetnosy: + bethard
2009-05-04 19:29:42atuiningcreate