Commit 91ad5967 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Add 3.8 to build

parent 6ef905b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        python-version: [3.7]
        python-version: [3.7, 3.8]
    steps:
    - uses: actions/checkout@v2
    - name: Cache pip modules for Linux