From 7af646013d99cd28ce4b4030ef8ae260da2901ff Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 16 Dec 2024 00:04:47 +0100 Subject: [PATCH] CI: Use Python 3.13 --- .github/workflows/_lint.yml | 2 +- .github/workflows/_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index 6ad073d..aff91de 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -31,7 +31,7 @@ jobs: # so linting on fewer versions makes CI faster. python-version: - "3.9" - - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index cd0cf1f..b099587 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -22,7 +22,7 @@ jobs: matrix: python-version: - "3.9" - - "3.12" + - "3.13" services: cratedb: