From afb6e22f74d2c8a4d064a684964dc5fba0414f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Tue, 17 Mar 2020 19:26:12 +0100 Subject: [PATCH] Delete .python-version (#94) gilt is compatible with much more than the two versions listed in .python-version. The file setup.py already states that gilt works with Python >= 3.6. Having a .python-version that's too strict breaks the pyenv users who don't have these exact versions. Co-authored-by: rabadin --- .python-version | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .python-version diff --git a/.python-version b/.python-version deleted file mode 100644 index 66460d4..0000000 --- a/.python-version +++ /dev/null @@ -1,2 +0,0 @@ -3.7.6 -3.6.7