release: Move to python3.9

This commit is contained in:
Andrew Hamilton 2021-05-18 20:39:25 +10:00
parent 2b0fd6b724
commit 5d553a6542
25 changed files with 40 additions and 40 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import asyncio

View file

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

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import pickle

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import contextlib

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3.9
import asyncio