From 4eb3b01c7c442e3438f03ae916b497991d0fc356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asif=20Saif=20Uddin=20=7B=22Auvi=22=3A=22=E0=A6=85?= =?UTF-8?q?=E0=A6=AD=E0=A6=BF=22=7D?= Date: Thu, 5 Feb 2026 12:39:37 +0600 Subject: [PATCH] Update tox.ini to remove older Python versions Removed Python versions 3.8 and 3.9 from envlist and gh-actions. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5e37f7d..0762d3f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,11 @@ [tox] requires = tox-gh-actions -envlist = {3.8,3.9,3.10,3.11,3.12,3.13,3.14}-unit +envlist = {3.10,3.11,3.12,3.13,3.14}-unit skip_missing_interpreters = True [gh-actions] python = - 3.8: 3.8-unit - 3.9: 3.9-unit 3.10: 3.10-unit 3.11: 3.11-unit 3.12: 3.12-unit