[MCOL-3331] Switch pymcsapi's Python 3 requirement from Python 3.4 to Python 3.6 on CentOS 7 Created: 2019-05-24 Updated: 2023-10-26 Resolved: 2019-11-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.7, 1.2.4, 1.4.0 |
| Fix Version/s: | 1.1.0, 1.2.6, 1.4.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | relnote | ||
| Environment: |
CentOS 7 |
||
| Issue Links: |
|
||||||||
| Sprint: | 2019-05, 2019-06 | ||||||||
| Description |
|
Since Python 3.4 got end-of-life at 2019-03-19 we should switch to a newer Python 3 version on CentOS 7 as requirement for pymcsapi and the libraries dependent on it. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2019-05-24 ] |
|
Just checked that building pymcsapi with Python 3.6 instead of Python 3.4 is enough to change pymcsapi's Python 3 dependency in CentOS 7. It is mainly using python36-devel instead of python34-devel. In order to make this change effective, we have to change our buildbot build pipeline for CentOS 7 to use Python 3.6 (once CS 1.2.4 is released) I'll therefore forward the ticket to ben.thompson to make the regarding changes in buildbot. For QA:
|
| Comment by Ben Thompson (Inactive) [ 2019-10-07 ] |
|
I think this ticket got left in limbo and has been resolved for a while. centos7 builds are using python 3.6 |
| Comment by Daniel Lee (Inactive) [ 2019-11-07 ] |
|
Build verified: 1.4.1-1 source [root@localhost api]# git show Merge pull request #164 from mariadb-corporation/fix-testing Make C++ regression suite work Verified that it is now using python 3.6 |