We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9eb75 commit e30daacCopy full SHA for e30daac
src/warnet/constants.py
@@ -6,7 +6,7 @@
6
# Constants used throughout the project
7
# Storing as constants for now but we might want a more sophisticated config management
8
# at some point.
9
-SUPPORTED_TAGS = ["27.0", "26.0", "25.1", "24.2", "23.2", "22.2"]
+SUPPORTED_TAGS = ["29.0", "28.1", "27.0", "26.0", "25.1", "24.2", "23.2", "22.2"]
10
DEFAULT_TAG = SUPPORTED_TAGS[0]
11
WEIGHTED_TAGS = [
12
tag for index, tag in enumerate(reversed(SUPPORTED_TAGS)) for _ in range(index + 1)
0 commit comments