Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Oct 23, 2024
1 parent 03b6b8f commit 91295c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 54 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), following [Se

## [Unreleased]

## 1.3.1 - 2024-10-23

- changed

- remove support for Python 3.8 and 3.9
Expand Down
57 changes: 5 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pytest-helm-charts"
version = "1.2.0"
version = "1.3.1"
description = "A plugin to provide different types and configs of Kubernetes clusters that can be used for testing."
authors = ["Łukasz Piątkowski <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ classifiers = [
"helm-charts" = "pytest_helm_charts.plugin"

[tool.poetry.dependencies]
python = "^3.9.1"
python = "^3.10"
pytest = "^8.0.0"
pykube-ng = ">=23.6,<24"
mkdocs = { version = "^1.2.3", optional = true }
Expand Down

0 comments on commit 91295c1

Please sign in to comment.