Skip to content

Commit 54f4fcc

Browse files
committed
Tweaks to ci and mypy version
My local copy of mypy is complaining about things that ci is not, so this is an attempt to ensure they use the same version (the latest, v1.16.0)
1 parent 7eec6e2 commit 54f4fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11"
25+
python-version: "3.12"
2626

2727
- name: Install package
2828
run: python -m pip install .[dev]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Changelog = "https://github.com/NSIDC/iceflow/releases"
4848
dev = [
4949
"bump-my-version",
5050
"invoke",
51-
"mypy >=1.15.0",
51+
"mypy >=1.16.0",
5252
"pandas-stubs >=2.2",
5353
"pre-commit",
5454
"pytest",

0 commit comments

Comments
 (0)