From 90bfe74950f24827dc6da6e4959aac6d6e34159c Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 5 Jun 2025 18:38:28 -0800 Subject: [PATCH 1/2] fix: missing py 3.13 version in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac40f09c1..10f0be833 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39,py310,py311,py312,py312,codestyle,dist-check,security,docs +envlist = py39,py310,py311,py312,py313,codestyle,dist-check,security,docs skip_missing_interpreters = True [testenv] From 360c220147912178f94197b2c4d40c4bbf00bf76 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 5 Jun 2025 18:42:17 -0800 Subject: [PATCH 2/2] docs: add info to CHANGES --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5ef08a4f9..7a0badf72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,6 +26,7 @@ fixes: - fix: update plugin config message (#1727) - docs: add example on how to use threaded replies (#1728) - fix: add extra_plugin_dir support to FullStackTest (#1726) +- fix: add missing py 3.13 in tox (#1731) v6.2.0 (2024-01-01)