From 350a0d04d89a1111b2046e10529a96c2e0394595 Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Wed, 12 Mar 2025 18:30:23 -0700 Subject: [PATCH] add py 3.13 support --- .github/workflows/tests.yml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92c740362..e4ffd5929 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 7afca6c9d..0ce7bbe92 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] isolated_build = True -envlist = py311, py312 +envlist = py311, py312, py313 [gh-actions] python = 3.11: py311 3.12: py312 + 3.13: py313 [flake8] per-file-ignores =