diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3301652c..76434c4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: PyHyperScattering +name: PyHyperScattering CI Testing on: push: @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os}} strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10'] + python-version: [ '3.8', '3.9', '3.10','3.11'] os: [ubuntu-latest, macOS-latest, windows-latest] steps: