From cf4848fe0fe4db3d93477a130dca686e804fb8ff Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Thu, 16 Dec 2021 09:41:22 +0100 Subject: [PATCH] Switch default Python interpreter to Python 3 --- README.md | 3 +++ autorandr.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2