File tree 2 files changed +15
-14
lines changed 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- python-version : [3.7]
13
+ python-version : ['3.13.2']
14
+
14
15
steps :
15
16
- uses : actions/checkout@v2
16
17
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v1
18
+ uses : actions/setup-python@v5
18
19
with :
19
20
python-version : ${{ matrix.python-version }}
20
21
- name : Cache pip
21
- uses : actions/cache@v1
22
+ uses : actions/cache@v4
22
23
with :
23
24
path : ~/.cache/pip
24
25
key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change 1
- arrow == 0.14.7
2
- ics == 0.7
3
- jours-feries-france = =0.7.0
4
- numpy == 1.18.2
5
- pandas == 1 .0.3
6
- python-dateutil == 2.8.1
7
- python-slugify == 4 .0.0
8
- pytz == 2019 .3
9
- six == 1.14 .0
10
- TatSu == 4.4.0
11
- text-unidecode = =1.3
1
+ arrow >= 1.2.3
2
+ ics >= 0.7.2
3
+ jours-feries-france > =0.7.0
4
+ numpy >= 1.24.0
5
+ pandas >= 2 .0.0
6
+ python-dateutil >= 2.8.2
7
+ python-slugify >= 8 .0.0
8
+ pytz >= 2023 .3
9
+ six >= 1.16 .0
10
+ TatSu >= 5.8.3
11
+ text-unidecode > =1.3
You can’t perform that action at this time.
0 commit comments