Skip to content

Commit

Permalink
Remove .python-version file (#1146)
Browse files Browse the repository at this point in the history
This causes contributors to have python 3.6 installed which should
not be a requirement.
  • Loading branch information
zaro0508 committed Oct 31, 2021
1 parent c7988b9 commit 0953d4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
.python-version

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 0953d4b

Please sign in to comment.