Skip to content

Commit 275c290

Browse files
committed
updating file to support py3.11
1 parent 9dbbb5f commit 275c290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/prodV4/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def determine_user_pkg_paths():
4040
pkgs_path = os.path.join(home, PKGS_PATH)
4141
usr_packages_path = []
4242

43-
if minor_version in (7, 8, 9, 10):
43+
if minor_version in (7, 8, 9, 10, 11):
4444
usr_packages_path.append(os.path.join(pkgs_path, PKGS))
4545
else:
4646
raise RuntimeError(f'Unsupported Python version: 3.{minor_version}')

0 commit comments

Comments
 (0)