tangled
alpha
login
or
join now
cuducos.me
/
triathlon-live-calendar
0
fork
atom
๐ Calendar file generator for triathlonlive.tv upcoming events
triathlon-live-calendar.fly.dev
0
fork
atom
overview
issues
pulls
pipelines
Updates CI's Python
Eduardo Cuducos
1 year ago
cf61e16d
16e32e63
+3
-3
2 changed files
expand all
collapse all
unified
split
.github
workflows
tests.yml
README.md
+2
-2
.github/workflows/tests.yml
···
11
11
12
12
- uses: actions/checkout@v1
13
13
14
14
-
- name: Set up Python 3.11.2
14
14
+
- name: Set up Python 3.11
15
15
uses: actions/setup-python@v1
16
16
with:
17
17
-
python-version: 3.11.2
17
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
7
-
Requires [Python](https://python.org) 3.11.2 and [Poetry](https://python-poetry.org).
7
7
+
Requires [Python](https://python.org) 3.11 and [Poetry](https://python-poetry.org).
8
8
9
9
```console
10
10
$ poetry install