We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1f36 commit 080beacCopy full SHA for 080beac
.github/workflows/build.yml
@@ -13,10 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
- python-version: ["3.7", "3.10"]
+ python-version: ["3.12"]
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
20
21
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22
0 commit comments