Remove eol 12 2023

This commit is contained in:
Greg Hellings
2024-01-02 07:48:27 +00:00
parent 856b9ade04
commit 5309b6cb93
4 changed files with 7 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@ class Distro:
self.name = name
self.builds = []
for version, matrix in support.items():
if not matrix:
continue
for support in matrix:
provider = Provider(support["provider"], support["arch"])
build = Build(self.name, version, provider)