fix: update Python version requirements to support 3.10 and adjust CI workflow

This commit is contained in:
bohd4nx
2026-04-14 01:34:27 +03:00
parent 028984155b
commit 6b6ca37f10
21 changed files with 43 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import base64
from ton_core import Cell
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import re
from typing import Any
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import re
from typing import Any
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import asyncio
import base64
import ssl