Remove 3.10 from test matrix

Working through to error cause
This commit is contained in:
Martin Whitehouse 2022-07-20 16:21:28 +02:00
parent 70206b8f8f
commit 08654bd9c4
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}