Skip to content

Commit

Permalink
Update QA script to support Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 3, 2024
1 parent 4bf7f9c commit 9fa3c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,10 @@ def build_package(self):
)


class QAFedora41(QAFedora):
VERSION = "41"


class QAFedora40(QAFedora):
VERSION = "40"

Expand Down

0 comments on commit 9fa3c80

Please sign in to comment.