Skip to content

Commit 5eac08e

Browse files
committed
Update min. version of python to v3.11
1 parent cc7cd82 commit 5eac08e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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]

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
description = "Harmonized access to (pre)OIB/IceSAT/IceSAT2 data"
88
readme = "README.md"
99
license.file = "LICENSE"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
classifiers = [
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",

0 commit comments

Comments
 (0)