From: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Thu, 16 Dec 2021 08:41:22 +0000 (+0100)
Subject: Switch default Python interpreter to Python 3
X-Git-Tag: 1.12~13
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf4848fe0fe4db3d93477a130dca686e804fb8ff;p=deb_pkgs%2Fautorandr.git

Switch default Python interpreter to Python 3
---

diff --git a/README.md b/README.md
index 6c6a4a6..b4740af 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +249,9 @@ options nvidia_drm modeset=1
 
 ## Changelog
 
+**autorandr 1.12**
+* *2021-12-16* Switch default interpreter to Python 3
+
 **autorandr 1.11**
 * *2020-05-23* Handle empty sys.executable
 * *2020-06-08* Fix Python 2 compatibility
diff --git a/autorandr.py b/autorandr.py
index 65125d4..1c4ac4a 100755
--- a/autorandr.py
+++ b/autorandr.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # encoding: utf-8
 #
 # autorandr.py