Move to python3.8.0

This commit is contained in:
Andrew Hamilton 2019-11-06 14:07:33 +10:00
parent a770a3ebc7
commit 04fb17cb3f
26 changed files with 38 additions and 37 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3.8
# -*- coding: utf-8 -*-
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
@ -36,7 +36,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.7 -m pip install .
# python3.8 -m pip install .
To test its working properly: