Skip to content

Commit

Permalink
Use py312
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Jul 8, 2024
1 parent 5653490 commit ddb019a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
include:
- arch: x86_64
os: kuber
python: "3.9"
link: https://github.com/disintar/ton/releases/download/ton-cpython-39-x86_64-linux/
file: python_ton.cpython-39-x86_64-linux-gnu.so
python: "3.12"
link: https://github.com/disintar/ton/releases/download/ton-cpython-312-x86_64-linux/
file: python_ton.cpython-312-x86_64-linux-gnu.so
fix_tag: manylinux2014_x86_64

- arch: aarch64
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def finalize_options(self):

setup(
name="tonpy" if not IS_DEV else "tonpy-dev",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.4.5c1",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.4.6a1",
author="Disintar LLP",
author_email="[email protected]",
description="Types / API for TON blockchain",
Expand Down

0 comments on commit ddb019a

Please sign in to comment.