Skip to content

Commit

Permalink
chore: Dropped py3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Sep 30, 2024
1 parent 92b1eb1 commit 63938f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/neptune_client_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "semver"
pattern = "default-unprefixed"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"

# Python lack of functionalities from future versions
importlib-metadata = { version = "*", python = "<3.8" }
Expand Down Expand Up @@ -42,7 +42,7 @@ pandas = "*"

# Additional integrations
kedro-neptune = { version = "*", optional = true, python = "<3.11" }
neptune-detectron2 = { version = "*", optional = true, python = ">=3.7"}
neptune-detectron2 = { version = "*", optional = true, python = ">=3.8"}
neptune-fastai = { version = "*", optional = true }
neptune-lightgbm = { version = "*", optional = true }
pytorch-lightning = { version = "*", optional = true }
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ style = "semver"
pattern = "default-unprefixed"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"

# Python lack of functionalities from future versions
importlib-metadata = { version = "*", python = "<3.8" }
typing-extensions = ">=3.10.0"

# Missing compatibility layer between Python 2 and Python 3
Expand Down Expand Up @@ -43,7 +42,7 @@ pandas = "*"

# Additional integrations
kedro-neptune = { version = "*", optional = true, python = ">=3.9,<3.12" }
neptune-detectron2 = { version = "*", optional = true, python = ">=3.7"}
neptune-detectron2 = { version = "*", optional = true, python = ">=3.8"}
neptune-fastai = { version = "*", optional = true }
neptune-lightgbm = { version = "*", optional = true }
pytorch-lightning = { version = "*", optional = true }
Expand Down

0 comments on commit 63938f5

Please sign in to comment.