We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0775954 + f6940ac commit 17ab55dCopy full SHA for 17ab55d
3 files changed
.github/workflows/ci.yml
@@ -34,17 +34,17 @@ jobs:
34
strategy:
35
matrix:
36
python-version:
37
- - '3.9'
38
- - '3.13'
+ - '3.10'
+ - '3.14'
39
40
steps:
41
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
42
43
- name: Install visualization dependency
44
run: sudo apt-get install --yes libegl1
45
46
- name: Set up Python ${{ matrix.python-version }}
47
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
48
with:
49
python-version: ${{ matrix.python-version }}
50
0 commit comments