From 15ab13e900db480adfcc192531f79ae1b76701eb Mon Sep 17 00:00:00 2001 From: Peter Beaucage Date: Wed, 27 Mar 2024 15:41:35 -0400 Subject: [PATCH] Roll Python versions forward by 1 minor --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca069ed0..8934c840 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: