From 7b8d5aaed6030eacebc328e5bd40ac176b2594ad Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 17 Dec 2024 11:17:16 +0100 Subject: [PATCH] min pyversion 3.9 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 5b2ec95..cecceea 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 with: - python_version: 3.9 + python_version: 3.12 - run: hatch run docs:build test_lint: