Skip to content

Commit 3d0889d

Browse files
author
Trygve Aspenes
committed
skip python 3.10
1 parent a6ea127 commit 3d0889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pyTestCov:
1111
strategy:
1212
matrix:
13-
python-version: ['3.10', '3.11', '3.12']
13+
python-version: ['3.11', '3.12']
1414
runs-on: ubuntu-latest
1515
env:
1616
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)