From aecb612c3520be5b556c002cdf4f451ad77eed5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 2 Oct 2022 01:22:20 +0000 Subject: [PATCH] Drop Python 2 support --- shyaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shyaml.py b/shyaml.py index 93c2f0d..9cb528d 100755 --- a/shyaml.py +++ b/shyaml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ YAML for command line. """