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 ef5f98f217
commit ff6e18c2f9
Signed by: y0rune
GPG Key ID: F204C385F57EB348
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