From ce8f38bbb710f2817aeb5f76891f857048ab5267 Mon Sep 17 00:00:00 2001 From: Marc-Andre Rivet Date: Thu, 2 May 2024 08:46:22 -0400 Subject: [PATCH] py test versions + version bump --- .github/workflows/pythonpackage.yml | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ",