Commit 75a82c8e authored by acpaquette's avatar acpaquette Committed by Jesse Mapel
Browse files

Updated python build matrix to drop 3.7 and support 3.10 and 3.11

parent 632a7e9a
Loading
Loading
Loading
Loading
+1 −1
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.7", "3.8", "3.9"]
       python-version: ["3.8", "3.9", "3.10", "3.11"]
    defaults:
      run:
        shell: bash -l {0}