Skip to content

Commit 17ab55d

Browse files
Merge pull request #24 from casework/bump_python_and_dependencies
Bump Python and dependencies
2 parents 0775954 + f6940ac commit 17ab55d

3 files changed

Lines changed: 80 additions & 371 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
strategy:
3535
matrix:
3636
python-version:
37-
- '3.9'
38-
- '3.13'
37+
- '3.10'
38+
- '3.14'
3939

4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242

4343
- name: Install visualization dependency
4444
run: sudo apt-get install --yes libegl1
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

0 commit comments

Comments
 (0)