Skip to content

Commit

Permalink
Add support for 3.11 skelebot base.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagmoreira committed May 28, 2024
1 parent 6ead736 commit 3a48fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skelebot/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3a48fd5

Please sign in to comment.