Skip to content

Commit

Permalink
Merge pull request pulp#499 from dkliban/add-3.26
Browse files Browse the repository at this point in the history
Adds 3.26 branch to list of branches to build
  • Loading branch information
mikedep333 authored Jun 13, 2023
2 parents bed07a1 + ada9753 commit 444b581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/update_ci_branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from yaml import safe_load
from packaging import version

branches = ["3.25", "3.23", "3.21", "3.18", "3.16"]
branches = ["3.26", "3.25", "3.23", "3.21", "3.18", "3.16"]

# We use this to check if the version is x,y, like a normal branch.
def isfloat(num):
Expand Down

0 comments on commit 444b581

Please sign in to comment.