diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2bfe6a5a..859ee9a9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2-slim, 3.5-slim, 3.6-slim, 3.7-slim, 3.8-slim, 3.9-slim] + python_version: [2-slim, 3.5-slim, 3.6-slim, 3.7-slim, 3.8-slim, 3.9-slim, 3.10-slim] group: [1, 2] steps: @@ -21,10 +21,10 @@ jobs: run: | set -e docker info - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: "3.10" - name: Install dependencies run: | pip install -r test-requirements.txt diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 3a04a39e..e3ce7888 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: "3.10" - name: Install dependencies run: | pip install -r requirements.txt diff --git a/README.md b/README.md index 65edd59d..ff1bdaf7 100644 --- a/README.md +++ b/README.md @@ -621,6 +621,7 @@ This library is tested with the following versions of Python: * Python 3.7 * Python 3.8 * Python 3.9 +* Python 3.10 ## Ansible compatibility To date, this library is compatible with every versions of Ansible 2.X (`ansible`/`ansible-core` 2.X or `ansible` 4.X).