Skip to content

Commit

Permalink
Drop python 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
  • Loading branch information
figueroa1395 committed Jan 21, 2025
1 parent cd7d4d6 commit de6f82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.10", "3.11", "3.12", "3.13"]
python: ["3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Operating System :: MacOS",
"Topic :: Scientific/Engineering :: Physics",
]
requires-python = ">=3.10,<3.14"
requires-python = ">=3.11,<3.14"
dependencies = ["power-grid-model>=1.7", "rustworkx>= 0.15.1", "numpy>=1.21"]
dynamic = ["version"]

Expand Down

0 comments on commit de6f82d

Please sign in to comment.