File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2222 - " 3.10"
2323 - " 3.11"
2424 - " 3.12"
25+ - " 3.13"
2526
2627 steps :
2728 - uses : actions/checkout@v4
5758
5859 - uses : actions/setup-python@v5
5960 with :
60- python-version : " 3.12 "
61+ python-version : " 3.13 "
6162 cache : " pip"
6263
6364 - name : Install native dependencies (Ubuntu)
9495
9596 - uses : actions/setup-python@v5
9697 with :
97- python-version : " 3.12 "
98+ python-version : " 3.13 "
9899 cache : " pip"
99100
100101 - name : Install dependencies
Original file line number Diff line number Diff line change 3232
3333### Added
3434
35+ - Added Python 3.13 support.
3536- MacOS support.
3637- Added Python 3.12 support.
3738
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.10" ,
1818 " Programming Language :: Python :: 3.11" ,
1919 " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
2021 " Operating System :: OS Independent" ,
2122 " Environment :: Console" ,
2223 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments