Skip to content

Commit 76fadb3

Browse files
authored
Drop python 3.10 (#12)
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent 13c8664 commit 76fadb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
os: [ubuntu-latest, macos-latest, windows-latest]
107-
python: ["3.10", "3.11", "3.12", "3.13"]
107+
python: ["3.11", "3.12", "3.13"]
108108
fail-fast: false
109109
runs-on: ${{ matrix.os }}
110110

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Operating System :: MacOS",
2626
"Topic :: Scientific/Engineering :: Physics",
2727
]
28-
requires-python = ">=3.10,<3.14"
28+
requires-python = ">=3.11,<3.14"
2929
dependencies = ["power-grid-model>=1.7", "rustworkx>= 0.15.1", "numpy>=1.21"]
3030
dynamic = ["version"]
3131

0 commit comments

Comments
 (0)