Set the python version to only 3.11

This commit is contained in:
Marc Di Luzio 2024-08-09 23:35:47 +01:00 committed by GitHub
parent 9f65c879f9
commit f7b65a6bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}