From 51e40d9fa88bce315ccdb8d359ef83c1cd39430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Tue, 13 Feb 2024 00:25:51 +0100 Subject: [PATCH] feat: add .python-version file --- .gitignore | 2 -- .python-version | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 60c403b..076a12a 100644 --- a/.gitignore +++ b/.gitignore @@ -88,8 +88,6 @@ profile_default/ ipython_config.py # pyenv -.python-version - # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..cc1923a --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8