From d10b438919b2ba66f11885e46bd16d4c12f51624 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 8 Oct 2024 15:50:16 +0200 Subject: [PATCH] support python 3.13 --- .github/workflows/test.yml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55181661..73379107 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest'] - python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13'] dependencies: ['full', 'pre'] include: - os: ubuntu-latest diff --git a/tox.ini b/tox.ini index b17054b5..d7c1ec92 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox>=4 envlist = - py3{8,9,10,11,12}-{full,pre} + py3{8,9,10,11,12,13}-{full,pre} py38-min skip_missing_interpreters = true @@ -14,6 +14,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 + 3.13: py313 [gh-actions:env] DEPENDS =