Skip to content

Commit f080d76

Browse files
authored
Merge pull request #89 from icon-project/support-python-13
Add support for Python 3.12 and 3.13
2 parents 54a33ef + c32e403 commit f080d76

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/iconsdk-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- "3.9"
1717
- "3.10"
1818
- "3.11"
19+
- "3.12"
20+
- "3.13"
1921
steps:
2022
- uses: actions/checkout@v4
2123
- name: Install uv and setup Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document describes how to interact with ICON Network using the ICON SDK for
1010

1111
## Requirements
1212

13-
- Python 3.8 or later.
13+
- Python 3.9 or later.
1414

1515
## Installation
1616

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ classifiers = [
3333
"Programming Language :: Python :: 3.9",
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
37+
"Programming Language :: Python :: 3.13",
3638
"Programming Language :: Python :: 3 :: Only",
3739
]
3840

quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Helping your readers to prepare increases the likelihood that they will continue
2727
ICON SDK for Python development and execution requires following environments.
2828

2929
- Python
30-
- Version: Python 3.8+
30+
- Version: Python 3.9+
3131
- IDE: Pycharm is recommended.
3232

3333
## Installation

0 commit comments

Comments
 (0)