From 23b69b79f5c06921fd9dc14cac1a1633c7ecae2a Mon Sep 17 00:00:00 2001 From: justinthelaw Date: Thu, 1 Feb 2024 13:52:00 -0500 Subject: [PATCH] removed .python-version --- .gitignore | 1 + .python-version | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 3a86558..12e9aac 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.python-version # PyInstaller # Usually these files are written by a python script from a template diff --git a/.python-version b/.python-version deleted file mode 100644 index 375f5ca..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.11.6