We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157be21 commit 3d0cb3bCopy full SHA for 3d0cb3b
pythonrunscript/pythonrunscript.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python3
2
-# python>3.9.6
+# python>=3.9.6
3
import sys, re, os, subprocess, hashlib, logging, platform, argparse, tempfile, shutil, uuid, textwrap, shlex
4
from abc import ABC
5
from enum import Enum
0 commit comments