Changed version of python 3.8 -> 3.9

This commit is contained in:
Marcin Woźniak 2021-08-08 17:44:19 +02:00
parent 7cf9e3c8d0
commit d4319f2ef5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8
#!/usr/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8
#!/usr/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8
#!/usr/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys