Skip to content

Commit e562edb

Browse files
committed
fix: bump max supported AVM version to 11 (was 10 but with 11 opcode support)
1 parent 9a61028 commit e562edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyteal/compiler/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from pyteal.util import algod_with_assertion
3636

3737

38-
MAX_PROGRAM_VERSION = 10
38+
MAX_PROGRAM_VERSION = 11
3939
FRAME_POINTERS_VERSION = 8
4040
DEFAULT_SCRATCH_SLOT_OPTIMIZE_VERSION = 9
4141
MIN_PROGRAM_VERSION = 2

0 commit comments

Comments
 (0)