Skip to content

Commit

Permalink
fixup mypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Jan 8, 2025
1 parent 5a822ba commit 42199e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mypy:
strategy:
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.9", "3.12"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/xtgeo/grid3d/_grid_etc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from copy import deepcopy
from functools import lru_cache
from math import atan2, degrees
from typing import TYPE_CHECKING, Dict, List, Literal
from typing import TYPE_CHECKING, Literal

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 42199e9

Please sign in to comment.