File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 version :
29- - {python: "3.7", os: ubuntu-22.04}
3029 - {python: "3.8", os: ubuntu-latest}
31- - {python: "3.0 ", os: ubuntu-latest}
30+ - {python: "3.9 ", os: ubuntu-latest}
3231 - {python: "3.10", os: ubuntu-latest}
3332 - {python: "3.11", os: ubuntu-latest}
3433 - {python: "3.12", os: ubuntu-latest}
4443 - name : Setup python 🐍
4544 uses : actions/setup-python@v5
4645 with :
47- python-version : ${{ matrix.python }}
46+ python-version : ${{ matrix.version. python }}
4847
4948 - name : Install dependencies ☕️
5049 run : |
6160 version :
6261 - {python: "3.7", os: ubuntu-22.04}
6362 - {python: "3.8", os: ubuntu-latest}
64- - {python: "3.0 ", os: ubuntu-latest}
63+ - {python: "3.9 ", os: ubuntu-latest}
6564 - {python: "3.10", os: ubuntu-latest}
6665 - {python: "3.11", os: ubuntu-latest}
6766 - {python: "3.12", os: ubuntu-latest}
You can’t perform that action at this time.
0 commit comments