๐Ÿ“… Calendar file generator for triathlonlive.tv upcoming events triathlon-live-calendar.fly.dev

Updates CI's Python

+3 -3
+2 -2
.github/workflows/tests.yml
··· 11 11 12 12 - uses: actions/checkout@v1 13 13 14 - - name: Set up Python 3.11.2 14 + - name: Set up Python 3.11 15 15 uses: actions/setup-python@v1 16 16 with: 17 - python-version: 3.11.2 17 + python-version: 3.11.10 18 18 19 19 - name: Install dependencies 20 20 run: |
+1 -1
README.md
··· 4 4 5 5 ## Install 6 6 7 - Requires [Python](https://python.org) 3.11.2 and [Poetry](https://python-poetry.org). 7 + Requires [Python](https://python.org) 3.11 and [Poetry](https://python-poetry.org). 8 8 9 9 ```console 10 10 $ poetry install