File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Helping your readers to prepare increases the likelihood that they will continue
2727ICON 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
You can’t perform that action at this time.
0 commit comments