Remove support for distributions with Python 3.6
IPA can no longer be installed on them, other projects will follow. Leave the jobs in place for projects that consume them. Publish Stream 9 images (we'll need to clean up tarballs.o.o later). Also force using Python 3.9 for tinyipa. Change-Id: I350c563c1c4ab60ac10d7c9e4bb0715bfde1b1dbchanges/62/841562/2
parent
e5bf43c791
commit
d543aa8bf4
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
CentOS 7 and 8 are no longer supported since OpenStack dropped support
|
||||
for Python 3.6. Please use CentOS 9 (Stream) instead.
|
@ -1,2 +1,2 @@
|
||||
python3.6.tcz
|
||||
python3.6-dev.tcz
|
||||
python3.9.tcz
|
||||
python3.9-dev.tcz
|
||||
|
@ -1,2 +1,2 @@
|
||||
python3.6.tcz
|
||||
expat2.tcz
|
||||
python3.9.tcz
|
||||
expat2.tcz
|
||||
|
Loading…
Reference in New Issue