File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 - name : Install dependencies
4141 run : |
4242 python -m pip install --upgrade pip setuptools wheel
43- python -m pip install 'tox< 4.0.0 ' 'tox-gh-actions==2.12 .0'
43+ python -m pip install 'tox~= 4.0' 'tox-gh~=1 .0'
4444 - name : Run test via Tox
4545 run : tox --skip-missing-interpreters
4646 env :
4747 COVERAGE_XML_PATH : ${{ runner.temp }}
48- - uses : codecov/codecov-action@v2
48+ - uses : codecov/codecov-action@v3
4949 with :
5050 directory : ${{ runner.temp }}
Original file line number Diff line number Diff line change 1010 freezegun ==0.3.12
1111 backports.zoneinfo; python_version<"3.9"
1212 tzdata; sys_platform == 'win32'
13- whitelist_externals = make
13+ allowlist_externals = make
1414commands = make clean-cldr test
1515setenv =
1616 PYTEST_FLAGS =--cov =babel --cov-report =xml:{env:COVERAGE_XML_PATH:.coverage_cache}/coverage.{envname}.xml
@@ -19,11 +19,11 @@ passenv =
1919 PYTEST_*
2020 PYTHON_*
2121
22- [gh-actions ]
22+ [gh]
2323python =
24- pypy3: pypy3
25- 3.7: py37
26- 3.8: py38
27- 3.9: py39
28- 3.10: py310
29- 3.11: py311
24+ pypy3 = pypy3
25+ 3.7 = py37
26+ 3.8 = py38
27+ 3.9 = py39
28+ 3.10 = py310
29+ 3.11 = py311
You can’t perform that action at this time.
0 commit comments