Skip to content

Commit

Permalink
Update maximum python version in template
Browse files Browse the repository at this point in the history
from 3.13 to 4.0

Resoves #410
  • Loading branch information
pvandyken committed Apr 29, 2024
1 parent f9c43db commit f1dfc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/project_template/copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bids_version:
when: false

python_version:
default: ">=3.8,<3.13"
default: ">=3.8,<4.0"
when: false

snakebids_version:
Expand Down

0 comments on commit f1dfc90

Please sign in to comment.