Skip to content

Commit

Permalink
Merge pull request #638 from PowerGridModel/feature/drop-python-39
Browse files Browse the repository at this point in the history
Drop python 3.9
  • Loading branch information
figueroa1395 authored Jul 15, 2024
2 parents f44a206 + e0bccd4 commit b20541d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: '3.10'

- name: Upgrade pip
run: pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Operating System :: MacOS",
"Topic :: Scientific/Engineering :: Physics",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.21.0",
]
Expand Down Expand Up @@ -80,7 +80,7 @@ xfail_strict = true

[tool.black]
line-length = 120
target-version = ['py39']
target-version = ['py310']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit b20541d

Please sign in to comment.