diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cec17c3..86e5a42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - branch: [origin/main, 3.11, '3.10', 3.9, 3.8, 3.7] + branch: [origin/main, 3.12, 3.11, '3.10', 3.9, 3.8, 3.7] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4