Skip to content

Commit 8c769ba

Browse files
committed
Update CI.
1 parent 0a9adba commit 8c769ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on:
2+
on:
33
push:
44
branches:
55
- master
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8]
17+
python-version: [3.9, 3.10, 3.11, 3.12, 3.13, 3.14]
1818
os: [macOS-latest, ubuntu-latest, windows-latest]
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v1
22+
uses: actions/checkout@v4
2323
- name: Set Up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v1
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install

0 commit comments

Comments
 (0)