fix(test): only 3.11 python

This commit is contained in:
Alex
2024-09-20 11:53:50 +01:00
parent d87aebb718
commit a83e68815a

View File

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