Skip to content

Commit

Permalink
Updates CI's Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Oct 5, 2024
1 parent 16e32e6 commit cf61e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf61e16

Please sign in to comment.