File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - uses : actions/setup-python@v5
2424 with :
25- python-version : " 3.10 "
25+ python-version : " 3.11 "
2626
2727 - name : Install package
2828 run : python -m pip install .[dev]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = [
77description = " Harmonized access to (pre)OIB/IceSAT/IceSAT2 data"
88readme = " README.md"
99license.file = " LICENSE"
10- requires-python = " >=3.10 "
10+ requires-python = " >=3.11 "
1111classifiers = [
1212 " Development Status :: 1 - Planning" ,
1313 " Intended Audience :: Science/Research" ,
@@ -17,7 +17,6 @@ classifiers = [
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
1919 " Programming Language :: Python :: 3 :: Only" ,
20- " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
2322 " Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments