Skip to content

Commit

Permalink
Add 3.13 to choices
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Jan 27, 2025
1 parent afbe875 commit 7f233fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def galaxy_python_version():
"--galaxy_python_version",
use_global_config=True,
default=None,
type=click.Choice(["3.8", "3.9", "3.10", "3.11", "3.12"]),
type=click.Choice(["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]),
help="Python version to start Galaxy under",
)

Expand Down

0 comments on commit 7f233fd

Please sign in to comment.