diff --git a/skelebot/common.py b/skelebot/common.py index 9892ef6..d9cd07b 100644 --- a/skelebot/common.py +++ b/skelebot/common.py @@ -40,7 +40,7 @@ "R": _all_deps["R"], "R+Python": _all_deps, } -PYTHON_VERSIONS = ['3.6', '3.7', '3.8', '3.9', '3.10'] +PYTHON_VERSIONS = ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] TEMPLATE_PATH = "templates/{name}" TEMPLATES = {