Skip to content

Commit

Permalink
py test versions + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 2, 2024
1 parent 239ee3b commit ce8f38b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
os-python-version:
[
{ "os": "ubuntu-latest", "python": "3.7" },
{ "os": "ubuntu-latest", "python": '3.8' },
{ "os": "ubuntu-latest", "python": "3.8" },
{ "os": "ubuntu-latest", "python": "3.9" },
{ "os": "ubuntu-latest", "python": "3.10" },
{ "os": "ubuntu-latest", "python": "3.11" },
{ "os": "ubuntu-latest", "python": "3.12" },
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "confidential"
version = "2.6.0"
version = "2.6.1"
description = "Manage secrets in your projects using AWS Secrets Manager"
authors = [
"Daniel van Flymen <[email protected]>",
Expand Down

0 comments on commit ce8f38b

Please sign in to comment.