[firefox] Increase max versions limit

This commit is contained in:
Marc Wrobel
2025-05-17 10:24:20 +02:00
parent 4666a3c21a
commit f2931fd1e2
2 changed files with 53 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ Note that it was assumed that:
The script will need to be updated if someday those conditions are not met."""
MAX_VERSIONS_LIMIT = 50
MAX_VERSIONS_LIMIT = 100
with releasedata.ProductData("firefox") as product_data:
releases_page = http.fetch_url("https://www.mozilla.org/en-US/firefox/releases/")