github: remove python 3.10 from compatibility chart
This commit is contained in:
committed by
Mark Backman
parent
a9cafa2a3b
commit
ba32a48510
2
.github/workflows/python-compatibility.yaml
vendored
2
.github/workflows/python-compatibility.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10.19', '3.11.14', '3.12.12', '3.13.12']
|
python-version: ['3.11.15', '3.12.13', '3.13.12', '3.14.3']
|
||||||
|
|
||||||
name: Python ${{ matrix.python-version }}
|
name: Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user