diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 501bfe9..ef664fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: "3.10" - name: Install Molecule run: | pip install -U pip setuptools wheel diff --git a/README.md b/README.md index 5612bd5..06f911b 100644 --- a/README.md +++ b/README.md @@ -146,4 +146,4 @@ MIT/BSD ## Author -© 2018-2020 Manuel Riel and contributors. +© 2018-2023 Manuel Riel and contributors.