Unverified Commit 1452f34a authored by Jay Laura's avatar Jay Laura Committed by GitHub
Browse files

Merge pull request #128 from DOI-USGS/delete-3.8

Update ci.yml to remove python 3.8
parents 10b0dbe6 e6877093
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ jobs:
      fail-fast: false
      matrix:
       os: [ubuntu-latest, macos-latest]
       python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]   
       python-version: ["3.9", "3.10", "3.11", "3.12"]   
    defaults:
      run:
        shell: bash -l {0}