From 4c6eeec77cbaf9713fa5d68ae5e4ea2dc77c5fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 30 Oct 2024 00:41:03 +0100 Subject: [PATCH] chg: Drop python 3.8 from test, add 3.13 --- .github/workflows/mypy.yml | 2 +- .github/workflows/test_api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index ceab8e1..409ade8 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] name: Python ${{ matrix.python-version }} sample steps: diff --git a/.github/workflows/test_api.yml b/.github/workflows/test_api.yml index a1765c0..b55f53c 100644 --- a/.github/workflows/test_api.yml +++ b/.github/workflows/test_api.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] name: Python ${{ matrix.python-version }} sample steps: