release: Move to python3.9
This commit is contained in:
parent
2b0fd6b724
commit
5d553a6542
25 changed files with 40 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue