Skip to content

Commit 080beac

Browse files
Update build.yml
1 parent ecc1f36 commit 080beac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
python-version: ["3.7", "3.10"]
16+
python-version: ["3.12"]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2222

0 commit comments

Comments
 (0)