From 9a7e431b1984dfb9f63611a1c526e210c187c2d3 Mon Sep 17 00:00:00 2001 From: Ali Hamdan Date: Fri, 28 Jun 2024 20:02:13 +0200 Subject: [PATCH] Update Python version in CI --- .github/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 5017fb0..940f397 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -5,10 +5,10 @@ runs: using: composite steps: - uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" cache: pip cache-dependency-path: requirements-tests.txt - name: Install dependencies