Skip to content

Commit

Permalink
chore: bumping min version
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 11, 2024
1 parent 441e3f8 commit 1497a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
run: pipx install poetry

- name: Install algokit
run: pipx install algokit
# TODO: restore to algokit prior to release
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking

- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion template_content/.algokit.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[algokit]
min_version = "v1.8.0"
min_version = "v1.12.1"

[generate.smart_contract]
description = "Adds new smart contract to existing project"
Expand Down

0 comments on commit 1497a7c

Please sign in to comment.