Skip to content

Commit d86a310

Browse files
committed
drop python=3.10
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent 2f63193 commit d86a310

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
strategy:
107107
matrix:
108108
os: [ubuntu-latest, macos-latest, windows-latest]
109-
python: ["3.10", "3.11", "3.12"]
109+
python: ["3.11", "3.12", "3.13"]
110110
exclude:
111111
- os: macos-latest
112-
python: "3.10"
112+
python: "3.11"
113113
fail-fast: false
114114
runs-on: ${{ matrix.os }}
115115

@@ -140,10 +140,10 @@ jobs:
140140
strategy:
141141
matrix:
142142
os: [ubuntu-latest, macos-latest, windows-latest]
143-
python: ["3.10", "3.11", "3.12"]
143+
python: ["3.11", "3.12", "3.13"]
144144
exclude:
145145
- os: macos-latest
146-
python: "3.10"
146+
python: "3.11"
147147
fail-fast: false
148148
runs-on: ${{ matrix.os }}
149149

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers=[
2626
"Operating System :: MacOS",
2727
"Topic :: Scientific/Engineering :: Physics",
2828
]
29-
requires-python = ">=3.10"
29+
requires-python = ">=3.11"
3030
dependencies = [
3131
"numpy>=1.20",
3232
"openpyxl",
@@ -85,7 +85,7 @@ addopts = ["--cov=power_grid_model_io", "--cov-report=term", "--cov-report=html:
8585

8686
[tool.black]
8787
line-length = 120
88-
target-version = ["py310", "py311"]
88+
target-version = ["py311", "py312", "py313"]
8989

9090
[tool.isort]
9191
profile = "black"

0 commit comments

Comments
 (0)