From 33d9ddac15bba2c65e963f44698ae7b65605f66e Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 11 May 2024 10:20:18 -0700 Subject: [PATCH] test with python 3.13 --- .github/workflows/tests.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c5e5f709a..0cd6f4a21 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,7 @@ jobs: fail-fast: false matrix: include: + - {python: '3.13'} - {python: '3.12'} - {name: Windows, python: '3.12', os: windows-latest} - {name: Mac, python: '3.12', os: macos-latest} diff --git a/tox.ini b/tox.ini index 77506a4fb..840c418e0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py3{12,11,10,9,8,7} + py3{13,12,11,10,9,8,7} pypy310 style typing