Dropped support for python 3.6, 3.7 and added support for python 3.12 (#717)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -44,7 +44,7 @@ TMP_DIR = None
|
||||
|
||||
|
||||
@contextlib.contextmanager # type: ignore
|
||||
def set_tmp_dir() -> None:
|
||||
def set_tmp_dir() -> None: # type: ignore
|
||||
"""
|
||||
makes and yields a temporary directory for any working files needed for a process during a build
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user