From 0f5a884f11d8302bca1e4199413f6fe7d771cebc Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 8 Oct 2024 15:01:49 +0100 Subject: [PATCH] Drop Python 3.8 from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94fa9da..b264f5e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox>=4.2 env_list = - py{313, 312, 311, 310, 39, 38} + py{313, 312, 311, 310, 39} [testenv] package = wheel