diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 43b6a06..3161bac 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ 3.7, 3.8, 3.9, '3.10' ] + python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ] steps: - uses: actions/checkout@v3