Skip to content

Commit a16d14a

Browse files
committed
build: bump algorand-python to 3.3.0
1 parent d6a72b6 commit a16d14a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/puyapy/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# this should contain the lowest version number that this compiler does NOT support
4040
# i.e. the next minor version after what is defined in stubs/pyproject.toml:project.version
41-
MAX_SUPPORTED_ALGOPY_VERSION_EX = version.parse("3.3.0")
41+
MAX_SUPPORTED_ALGOPY_VERSION_EX = version.parse("3.4.0")
4242
MIN_SUPPORTED_ALGOPY_VERSION = version.parse(f"{MAX_SUPPORTED_ALGOPY_VERSION_EX.major}.0.0")
4343

4444

stubs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "algorand-python"
44
# When updating this value, if it is a major/minor change, make sure to update:
55
# src/puyapy/parse.py:MAX_SUPPORTED_ALGOPY_VERSION_EX
66
# For more info see stubs/README.md#versioning
7-
version = "3.2.1"
7+
version = "3.3.0"
88
description = "API for writing Algorand Python Smart contracts"
99
authors = [{ name = "Algorand Foundation", email = "[email protected]" }]
1010
readme = "README.md"

stubs/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)