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
# -*- coding: utf-8 -*-
@ -28,7 +28,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# git clone https://github.com/ahamilton/eris
# cd eris
# ./install-dependencies
# python3.8 -m pip install .
# python3.9 -m pip install .
# eris -h
### Flatpak