Skip to content

Commit a110d41

Browse files
committed
CI: use "ubuntu-latest" runner and current Python
1 parent 42bcaed commit a110d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
python:
11-
- '3.9'
12-
- '3.10'
11+
- '3.12'
12+
- '3.13'
1313
name: Python ${{ matrix.python }}
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)