Skip to content

Commit 1650914

Browse files
authored
Merge pull request #520 from multiversx/switch-to-python-3.10
Require python 3.10 or greater
2 parents addec09 + e118b94 commit 1650914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
license = "MIT"
1212
description = "MultiversX Smart Contracts Tools"
1313
readme = "README.md"
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.10"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)