Skip to content

Commit 671157b

Browse files
committed
Remove deprecated builds
1 parent e2c6652 commit 671157b

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,11 @@ on:
1414
jobs:
1515
build:
1616

17-
runs-on: ${{ matrix.os }}
17+
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
include:
22-
- python-version: "3.7"
23-
os: "ubuntu-20.04"
24-
- python-version: "3.8"
25-
os: "ubuntu-20.04"
26-
- python-version: "3.9"
27-
os: "ubuntu-20.04"
28-
- python-version: "3.10"
29-
os: "ubuntu-20.04"
30-
- python-version: "3.11"
31-
os: "ubuntu-latest"
32-
- python-version: "3.12"
33-
os: "ubuntu-latest"
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3422

3523
steps:
3624
- name: Checkout

0 commit comments

Comments
 (0)