URI: 
       tTest also with Python 3.7 - obelisk - Electrum server using libbitcoin as its backend
  HTML git clone https://git.parazyd.org/obelisk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 422be936cf64c1b2603cf581fff701336ced68c7
   DIR parent 65a5969065dbc8f20a16f854381644f31382d187
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 16 Apr 2021 02:06:19 +0200
       
       Test also with Python 3.7
       
       Diffstat:
         M .github/workflows/py.yaml           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml
       t@@ -7,7 +7,7 @@ jobs:
                runs-on: ubuntu-latest
                strategy:
                    matrix:
       -                python-version: [3.8, 3.9]
       +                python-version: [3.7, 3.8, 3.9]
        
                steps:
                - uses: actions/checkout@v2