Run type checks on Python 3.11 only (#217)

*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
This commit is contained in:
Lorenzo Stella 2024-11-28 16:28:30 +01:00 committed by GitHub
parent 5918c8153a
commit ead8323d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
max-parallel: 4
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}