fix workflows python versions
parent
f5ae9798f8
commit
9f70e6860e
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, '3.10']
|
||||
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
|
||||
|
||||
name: Python ${{ matrix.python-version }} Build
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue