Force python 3.10 to run

This commit is contained in:
Madeleine 2022-04-20 15:12:11 +01:00 committed by GitHub
parent e9355d8c05
commit 6de5cfe0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.10
from argparse import ArgumentParser
from distro import name as distro_name