File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install dependencies
41
41
run : |
42
42
python -m pip install --upgrade pip setuptools wheel
43
- python -m pip install 'tox~=4.0' 'tox-gh~=1 .0'
43
+ python -m pip install 'tox~=4.0' 'tox-gh-actions~=3 .0'
44
44
- name : Run test via Tox
45
45
run : tox --skip-missing-interpreters
46
46
env :
Original file line number Diff line number Diff line change 2
2
envlist =
3
3
py{37,38,39,310,311}
4
4
pypy3
5
+ py{37,38}-pytz
5
6
6
7
[testenv]
7
8
deps =
10
11
freezegun ==0.3.12
11
12
backports.zoneinfo; python_version<"3.9"
12
13
tzdata; sys_platform == 'win32'
14
+ pytz: pytz
13
15
allowlist_externals = make
14
16
commands = make clean-cldr test
15
17
setenv =
@@ -19,11 +21,11 @@ passenv =
19
21
PYTEST_*
20
22
PYTHON_*
21
23
22
- [gh]
24
+ [gh-actions ]
23
25
python =
24
- pypy3 = pypy3
25
- 3.7 = py37
26
- 3.8 = py38
27
- 3.9 = py39
28
- 3.10 = py310
29
- 3.11 = py311
26
+ pypy3: pypy3
27
+ 3.7: py37
28
+ 3.8: py38
29
+ 3.9: py39
30
+ 3.10: py310
31
+ 3.11: py311
You can’t perform that action at this time.
0 commit comments