From a40091c36cbd63f142c69d916626c1f71fc477ff Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Mon, 22 Mar 2021 15:36:33 +0000
Subject: [PATCH] Add .python-version file

At the very least `pyenv` uses this as a signal for the version of
Python that should be used.  See:

	<https://github.com/pyenv/pyenv#choosing-the-python-version>
---
 .python-version | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .python-version

diff --git a/.python-version b/.python-version
new file mode 100644
index 00000000..2009c7df
--- /dev/null
+++ b/.python-version
@@ -0,0 +1 @@
+3.9.2