Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FaradayInstitution/BPX into fix/bpx…
Browse files Browse the repository at this point in the history
…Merge
  • Loading branch information
kratman committed Dec 16, 2024
2 parents f7b1a63 + 07e3c03 commit 477b45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "bpx"
dynamic = ["version"]
description = "An implementation of the Battery Parameter eXchange (BPX) format in Pydantic."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE.txt" }
keywords = [
"bpx",
Expand All @@ -28,6 +28,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]
requires-python = ">=3.9"
dynamic = ["version", "description"]
dependencies = [
"pydantic >= 2.6",
"pyparsing",
Expand Down Expand Up @@ -88,7 +90,6 @@ cov = [
[tool.hatch.envs.hatch-static-analysis]
config-path = "none"

# https://github.com/astral-sh/ruff
[tool.ruff]
line-length = 120

Expand Down

0 comments on commit 477b45a

Please sign in to comment.