Skip to content

Commit 57ce46b

Browse files
Update GitHub Actions to use Ubuntu 24.04 and latest actions
1 parent 54047e8 commit 57ce46b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: [ push, pull_request ]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
10+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-python@v6
1414
name: Setup Python ${{ matrix.python-version }}
1515
with:
1616
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)