We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece72cf + 795bad2 commit 64a3c63Copy full SHA for 64a3c63
setup.py
@@ -31,7 +31,7 @@ def finalize_options(self):
31
32
setup(
33
name="tonpy" if not IS_DEV else "tonpy-dev",
34
- version="0.0.0.1.4b0" if not IS_DEV else "0.0.0.6.0b1",
+ version="0.0.0.1.4c0" if not IS_DEV else "0.0.0.6.0c1",
35
author="Disintar LLP",
36
author_email="andrey@head-labs.com",
37
description="Types / API for TON blockchain",
@@ -50,7 +50,7 @@ def finalize_options(self):
50
],
51
setup_requires=install_requires,
52
install_requires=install_requires,
53
- python_requires=">=3.8,<=3.13",
+ python_requires=">=3.8,<3.14",
54
packages=find_packages(
55
where='src', # '.' by default
56
),
0 commit comments