diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 8fd0ee2f..6aaaa766 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -10,7 +10,7 @@ jobs: !contains(github.event.head_commit.message, '+NOFULLTEST') strategy: matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.10', '3.11', '3.12'] os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest