diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd3776e..fd2de2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: matrix: # We try to go with the currently active Python branches: # https://devguide.python.org/versions/#versions - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-latest, windows-latest] steps: