Skip to content

Commit c7f2277

Browse files
committed
Change test matrix
1 parent 54625a6 commit c7f2277

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
include:
10-
- python: "3.11.3"
10+
- python: "3.14.4"
1111
- python: "3.10.11"
12-
- python: "3.9.16"
1312
- python: "3.8.16"
1413

15-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1615
steps:
1716
- uses: actions/checkout@v3
1817
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)