use python 3.8 by default

This commit is contained in:
2021-06-08 15:33:29 +02:00
parent 6e4a543634
commit 8c12bb89ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3.8
import argparse
import configparser

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3.8
import argparse
import configparser