8000
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.
2 parents 49812ec + 0be9290 commit 40cb08cCopy full SHA for 40cb08c
.github/actions/release-branches/release-branches.py
@@ -13,7 +13,7 @@
13
with open(os.path.join(grandparent_dir, 'releases.ini')) as stream:
14
config.read_string('[default]\n' + stream.read())
15
16
-OLDEST_SUPPORTED_MAJOR_VERSION = config['default']['OLDEST_SUPPORTED_MAJOR_VERSION']
+OLDEST_SUPPORTED_MAJOR_VERSION = int(config['default']['OLDEST_SUPPORTED_MAJOR_VERSION'])
17
18
def main():
19
0 commit comments