diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index cd44240..85b475c 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 097def7..9cabf22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",