diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c98dae..fa02725 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v1 - - name: Set up Python 3.11.2 + - name: Set up Python 3.11 uses: actions/setup-python@v1 with: - python-version: 3.11.2 + python-version: 3.11.10 - name: Install dependencies run: | diff --git a/README.md b/README.md index c9c94df..c444307 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Calendar file generator for triathlonlive.tv upcoming events. ## Install -Requires [Python](https://python.org) 3.11.2 and [Poetry](https://python-poetry.org). +Requires [Python](https://python.org) 3.11 and [Poetry](https://python-poetry.org). ```console $ poetry install