diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4f5202..54b29d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false max-parallel: 10 matrix: - python-version: ['3.11', '3.10', '3.9', '3.8', '3.7'] + python-version: ['3.12', '3.11', '3.10', '3.9', '3.8'] os: [ubuntu-latest, macos-latest] exclude: # mac os: exclude all but the last two (available) python releases