From cece39677cea9c31e3637092affffd598f6c67b5 Mon Sep 17 00:00:00 2001 From: zlg Date: Sun, 27 Jul 2025 20:49:11 -0700 Subject: Update build system, release 0.3beta8 Target Python version is now 3.13, and built with `python -m build`. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 14ef142..668457d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py311 +envlist = py313 [testenv] deps = -- cgit v1.2.3-54-g00ecf