From a37aff4fef42c21cc6053d101e267f87302c393b Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Tue, 22 Oct 2024 15:48:09 +0200 Subject: [PATCH] chore: add missing py313 in tox env list (#459) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32a4b44..aa65921 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, py312 +envlist = py38, py39, py310, py311, py312, py313 [testenv] passenv = FAKE_API_ENDPOINT