From 33f1c318f0fb9d24f2f74c919c21768d31cabce7 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 7 Jun 2024 14:56:33 -0400 Subject: [PATCH] remove gh-actions --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tox.ini b/tox.ini index 3d6aa5c4..6dcfbb95 100644 --- a/tox.ini +++ b/tox.ini @@ -3,13 +3,6 @@ envlist = build, py39, py310, py311, py312, lint skip_missing_interpreters = True skipsdist = True -[gh-actions] -python = - 3.9: py39 - 3.10: py310 - 3.11: py311 - 3.12: py312 - [testenv] setenv = LANG=en_US.UTF-8