Skip to content

Commit 3d0cb3b

Browse files
committed
Fix comment declaring Python version dependency
1 parent 157be21 commit 3d0cb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonrunscript/pythonrunscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# python>3.9.6
2+
# python>=3.9.6
33
import sys, re, os, subprocess, hashlib, logging, platform, argparse, tempfile, shutil, uuid, textwrap, shlex
44
from abc import ABC
55
from enum import Enum

0 commit comments

Comments
 (0)