Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ctt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[defaults]
_extra_tasks = [
_post_tasks = [
# NOTE: also update no_cli below

# init
Expand Down Expand Up @@ -59,7 +59,7 @@ in_pypi = true
in_rtd = true
in_codecov = true
cli_framework = "cyclopts"
_extra_tasks = [
_post_tasks = [
"git init", # required to run uv
"VIRTUAL_ENV='' uv run just init",
"VIRTUAL_ENV='' uv run just lint test release 0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "python-template"
version = "0.1.0"
requires-python = ">=3.10.9"
requires-python = ">=3.10.11"

[dependency-groups]
dev = [
"copier-template-tester>=2.2.0",
"copier-template-tester>=2.3.0",
"pre-commit>=4.4.0",
]
63 changes: 9 additions & 54 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading