File tree Expand file tree Collapse file tree 4 files changed +510
-13
lines changed
Expand file tree Collapse file tree 4 files changed +510
-13
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : " 3.12 "
22+ python-version : " 3.10 "
2323
2424 - name : Install uv
2525 run : |
Original file line number Diff line number Diff line change 2525 - name : Set up Python
2626 uses : actions/setup-python@v5
2727 with :
28- python-version : " 3.12 "
28+ python-version : " 3.10 "
2929
3030 - name : Install uv
3131 run : |
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ license = "MIT"
1010classifiers = [
1111 " Development Status :: 3 - Alpha" ,
1212 " Programming Language :: Python :: 3" ,
13+ " Programming Language :: Python :: 3.10" ,
14+ " Programming Language :: Python :: 3.11" ,
1315 " Programming Language :: Python :: 3.12" ,
1416 " Programming Language :: Python :: 3.13" ,
1517 " Programming Language :: Python :: 3.14" ,
1618]
17- requires-python = " >=3.12 "
19+ requires-python = " >=3.10 "
1820dependencies = [
1921 " basemap" ,
2022 " basemap-data-hires" ,
You can’t perform that action at this time.
0 commit comments