From 6b3a821eca9c2e777c9b585722afaec0e8d1642d Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:47:12 +0100 Subject: [PATCH] MAINT: remove `virtualenv` version limit --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f6ad18a..402d826 100644 --- a/setup.cfg +++ b/setup.cfg @@ -106,5 +106,3 @@ dev = sphinx-autobuild tox <4; python_version <"3.8.0" # https://github.com/redeboer/PawianTools/actions/runs/3861498991/jobs/6582508970#step:3:91 tox >=1.9 # for skip_install, use_develop - virtualenv <20.22.0; python_version <"3.8.0" # importlib-metadata conflict - virtualenv!=20.16.*,!=20.17.* # https://github.com/redeboer/PawianTools/actions/runs/4359491077/jobs/7621340858#step:3:76