Changes between Initial Version and Version 8 of Ticket #31318
- Timestamp:
- Feb 11, 2021, 9:48:45 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31318
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
- Property Cc slelievre jhpalmieri added
-
Property
Summary
changed from
pyrhon3 spkg-configure.m4: Add deprecation warning regarding system python 3.6
topython3 spkg-configure.m4: Add deprecation warning regarding system python 3.6
-
Property
Dependencies
changed from
to
#31227, #31192
-
Property
Branch
changed from
to
u/mkoeppe/python3_spkg_configure_m4__add_deprecation_warning_regarding_system_python_3_6
-
Property
Commit
changed from
to
0fb8646f66eb6726270d32f1d63c4bbe9bf13a95
-
Property
Status
changed from
-
Ticket #31318 – Description
initial v8 1 1 In preparation for dropping support for Python 3.6 in Sage 9.4 (#30551), we issue a deprecation warning when `configure` accepts a system python 3.6. For example, on `ubuntu-bionic` Python 3.6 is the default, but Python 3.7 is also available, and users will want to consider using that by the configure option `--with-python=...`. 2 3 To test: `tox -e docker-ubuntu-bionic-standard -- config.status`.