I see there was a release for CentOS/RHEL 8 in mid-November. I just tried to install it but it looks like it's looking for python. I thinkÂ
the RPM has been renamed python2.
; dnf info python
Last metadata expiration check: 0:22:14 ago on Mon 09 Dec 2019 11:23:25 AM PST.
Error: No matching Packages to list
; dnf info python2
Last metadata expiration check: 0:22:22 ago on Mon 09 Dec 2019 11:23:25 AM PST.
Installed Packages
Name     : python2
Version   Â: 2.7.15
Release   Â: 24.module_el8.0.0+193+7850e68f
Arch     : x86_64
Size     : 81 k
Source    : python2-2.7.15-24.module_el8.0.0+193+7850e68f.src.rpm
Repo     : @System
From repo  Â: local_AppStream
Summary   Â: An interpreted, interactive, object-oriented programming language
URL Â Â Â Â Â:
https://www.python.org/License   Â: Python
Description Â: Python 2 is an old version of the language that is incompatible with the 3.x
      Â: line of releases. The language is mostly the same, but many details, especially
      Â: how built-in objects like dictionaries and strings work, have changed
      Â: considerably, and a lot of deprecated features have finally been removed in the
      Â: 3.x line.
...