Add Fedora 39 support to create repo

This commit is contained in:
Pedro Algarvio 2024-03-01 10:12:04 +00:00
parent a66262933e
commit 0d6a8fb303

View file

@ -316,7 +316,7 @@ def debian(
_rpm_distro_info = {
"amazon": ["2", "2023"],
"redhat": ["7", "8", "9"],
"fedora": ["36", "37", "38"],
"fedora": ["36", "37", "38", "39"],
"photon": ["3", "4", "5"],
}