Merge branch 'stable'

This commit is contained in:
David Lord 2025-11-17 10:03:42 -08:00
commit 218880c7fd
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 8 additions and 6 deletions

View file

@ -170,7 +170,8 @@ order-by-type = false
[tool.tox]
env_list = [
"py3.13", "py3.12", "py3.11", "py3.10",
"py3.14", "py3.14t", "py3.13", "py3.13t",
"py3.12", "py3.11", "py3.10",
"pypy3.11",
"tests-min", "tests-dev",
"style",
@ -194,7 +195,7 @@ commands = [[
[tool.tox.env.tests-min]
description = "pytest on minimum dependency versions"
base_python = ["3.13"]
base_python = ["3.14"]
commands = [
[
"uv", "pip", "install",