Skip to content

Commit

Permalink
fix(python): downgrade Python version to 3.11.
Browse files Browse the repository at this point in the history
This is to be compatible with PDM lock.
  • Loading branch information
shahinism committed Jul 26, 2024
1 parent 4de6ffc commit 9c411f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project_description:
python_version:
type: str
help: "Required Python version:"
default: ">=3.12"
default: ">=3.11"
when: "{{ language == 'Python' }}"

project_license:
Expand Down

0 comments on commit 9c411f1

Please sign in to comment.