gh-action: only test py311

This commit is contained in:
lorenz
2024-01-04 20:25:03 +01:00
committed by GitHub
parent 5760caf820
commit 9abfe687f1

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@v3
- name: Set up Python ${{ matrix.python-version }}