Skip to content

Commit

Permalink
chore: Drop support for Python 3.8 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj authored Dec 11, 2024
1 parent 6dff197 commit e7d6fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest]
max-parallel: 1
permissions:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ line-length = 79

[project]
name = "fmu-sumo-sim2sumo"
requires-python = ">=3.8"
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"sumo-wrapper-python>=1.0.3",
Expand Down

0 comments on commit e7d6fab

Please sign in to comment.