From 840105625ecedb70e175b5c3f715a01d7218d013 Mon Sep 17 00:00:00 2001 From: Felix Hoffmann Date: Mon, 30 Oct 2023 08:04:33 +0000 Subject: [PATCH] feat(action): use Python 3.12 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c7faaf7..0fd908c 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: steps: - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' # Build and install project from pyproject.toml in current directory - run: pip install .