We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eec6e2 commit 54f4fccCopy full SHA for 54f4fcc
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-python@v5
24
with:
25
- python-version: "3.11"
+ python-version: "3.12"
26
27
- name: Install package
28
run: python -m pip install .[dev]
pyproject.toml
@@ -48,7 +48,7 @@ Changelog = "https://github.com/NSIDC/iceflow/releases"
48
dev = [
49
"bump-my-version",
50
"invoke",
51
- "mypy >=1.15.0",
+ "mypy >=1.16.0",
52
"pandas-stubs >=2.2",
53
"pre-commit",
54
"pytest",
0 commit comments