File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- " 3.9"
34
34
- " 3.10"
35
35
- " 3.11"
36
- - " pypy3.8"
37
36
- " 3.12"
37
+ - " pypy3.10"
38
38
env :
39
39
BABEL_CLDR_NO_DOWNLOAD_PROGRESS : " 1"
40
40
BABEL_CLDR_QUIET : " 1"
@@ -45,10 +45,10 @@ jobs:
45
45
path : cldr
46
46
key : cldr-${{ hashFiles('scripts/*cldr*') }}
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
- allow-prereleases : true # For Python 3.12
51
+ allow-prereleases : true
52
52
cache : " pip"
53
53
cache-dependency-path : " **/setup.py"
54
54
- name : Install dependencies
68
68
needs : lint
69
69
steps :
70
70
- uses : actions/checkout@v4
71
- - uses : actions/setup-python@v4
71
+ - uses : actions/setup-python@v5
72
72
with :
73
73
python-version : " 3.12"
74
74
cache : " pip"
You can’t perform that action at this time.
0 commit comments