From 4de7fbe60aa6b33e6847bdf9c5db78ae1e9932c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 18 Apr 2024 10:54:17 +0200 Subject: [PATCH] Test with Python 3.13 --- .github/workflows/main.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ca7e94..356941c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,7 @@ jobs: - py310 - py311 - py312 + - py313 # Use GitHub's Linux Docker host runs-on: ubuntu-latest diff --git a/tox.ini b/tox.ini index 5794427..1775a2e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,py39,py310,py311,py312 +envlist = py36,py37,py38,py39,py310,py311,py312,py313 skipsdist = True [testenv]