From 657dd0d499bb5af6fddfe5ef07c7ee315bf2e105 Mon Sep 17 00:00:00 2001 From: gillian Date: Tue, 12 May 2026 13:32:52 -0400 Subject: [PATCH] Fix duplicate 3.11 key in tox gh-actions config Co-Authored-By: Claude Sonnet 4.6 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7a3827..ffd59ee 100644 --- a/tox.ini +++ b/tox.ini @@ -31,5 +31,4 @@ per-file-ignores = __init__.py:F401 [gh-actions] python = 3.11: py311, lint - 3.11: py311 3.12: py312