File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,23 +18,22 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 os : [ubuntu-latest, macos-latest, windows-latest]
21- python-version : ["3.7 ", "3.10 ", "3.11 "]
21+ python-version : ["3.10 ", "3.12 ", "3.13 "]
2222 exclude :
2323 - os : macos-latest
24- python-version : " 3.7 "
24+ python-version : " 3.10 "
2525 - os : windows-latest
26- python-version : " 3.7 "
26+ python-version : " 3.10 "
2727 steps :
28- - uses : actions/checkout@v3
29- - name : Install apt dependencies
30- if : matrix.os == 'ubuntu-latest'
31- run : |
32- sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libgl1-mesa-glx libopengl0
28+ - uses : actions/checkout@v5
29+ # - name: Install apt dependencies
30+ # if: matrix.os == 'ubuntu-latest'
31+ # run: |
32+ # sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libgl1-mesa-glx libopengl0
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
37- cache : ' pip'
3837 check-latest : true
3938 - name : Install python dependencies
4039 run : |
You can’t perform that action at this time.
0 commit comments