From b914b72e460347f2184664535a4d045edcf830a3 Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Tue, 14 Jan 2025 15:15:30 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd31b90e0..d276edc21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.13' - name: Cache Python Packages uses: actions/cache@v3 with: