Skip to content

Commit 55f4fff

Browse files
committed
Update tests
1 parent 60271c7 commit 55f4fff

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)