Skip to content

Commit 784b7f9

Browse files
committed
no python3.9 on github actions
1 parent fd83d6a commit 784b7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def get_header_versions():
3838

3939
parser = argparse.ArgumentParser(description='Checks and update Version files')
4040
parser.add_argument(
41-
'--update', action=argparse.BooleanOptionalAction, default=False)
41+
'--update', action='store_true', default=False)
4242
parser.add_argument(
43-
'--check', action=argparse.BooleanOptionalAction, default=True)
43+
'--check', action='store_true', default=True)
4444

4545
args = parser.parse_args()
4646

0 commit comments

Comments
 (0)