diff --git a/.github/workflows/python3.12.yml b/.github/workflows/python3.12.yml deleted file mode 100644 index 9fb177f..0000000 --- a/.github/workflows/python3.12.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: python3.12 - -on: - push: - branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - -jobs: - call-workflow: - uses: ./.github/workflows/pytest.yml - with: - os: "ubuntu-latest" - python-version: "3.12" diff --git a/README.md b/README.md index 0f7a7ea..37ada42 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ [![macOs](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/macos.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/macos.yml) [![Windows](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/windows.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/windows.yml) -![Python <=3.6](https://img.shields.io/badge/python-<=3.6-red.svg) +![Python <=3.7](https://img.shields.io/badge/python-<=3.7-red.svg) [![Python 3.8](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.8.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.8.yml) [![Python 3.9](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.9.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.9.yml) [![Python 3.10](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.10.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.10.yml) [![Python 3.11](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.11.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.11.yml) -[![Python 3.12](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.12.yml/badge.svg)](https://github.com/DanielRDias/ldap-password-rotation/actions/workflows/python3.12.yml) + +![Python >=3.12](https://img.shields.io/badge/python->=3.12-yellow.svg) The LDAP Password Rotation Service offers a lambda function that integrates with AWS Secrets Manager and can update the user password to a new random password and update it in AWS Secrets Manager.