Changes between Initial Version and Version 6 of Ticket #29669
- Timestamp:
- 05/09/20 19:50:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29669
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Summary
changed from
For Sage 9.2: Remove Python 2 support from the build system
toFor Sage 9.2: Remove Python 2 support from the build system and CI scripts
-
Property
Dependencies
changed from
to
#29633
-
Property
Branch
changed from
to
u/mkoeppe/for_sage_9_2__remove_python_2_support_from_the_build_system
-
Property
Commit
changed from
to
96a5e762dc6f229e2280b9e6bf5be5cb1b8a137b
-
Property
Status
changed from
-
Ticket #29669 – Description
initial v6 1 The ticket makes it an error (with a clear message) when `./configure --with-python=2` is invoked. 2 {{{ 3 checking Python version to install... configure: error: the only allowed value for --with-python is 3. Support for Python 2 has been removed in Sage 9.2. 4 }}} 5 6 The ticket keeps variables such as `SAGE_PYTHON_VERSION` and `SAGE_PYTHON3` unchanged, for compatibility.