diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7eb912b..6868d75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,10 +12,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, ubuntu-20.04] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] exclude: - os: ubuntu-latest python-version: 3.6 + - os: ubuntu-latest + python-version: 3.7 steps: - uses: actions/checkout@v3