Skip to content

Commit 5904ffe

Browse files
committed
Test additional windows versions
1 parent 32cb02a commit 5904ffe

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ['2.7', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
40+
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4.2.2
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Set up Python
5656
if: ${{ matrix.python-version == '2.7' }}
57-
uses: LizardByte/actions/actions/setup_python@master
57+
uses: LizardByte/actions/actions/setup_python@eddc8fc8b27048e25040e37e3585bd3ef9a968ed # master
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060

tox-windows.ini

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,27 @@ commands =
88
[testenv:2.7]
99
basepython = python2.7
1010
deps =
11-
pytest
12-
PyYAML
13-
setuptools
14-
15-
[testenv:3.3]
16-
basepython = python3.3
17-
deps =
18-
pytest
19-
PyYAML
20-
setuptools
21-
22-
[testenv:3.4]
23-
basepython = python3.4
24-
deps =
25-
pytest
26-
PyYAML
27-
setuptools
28-
29-
[testenv:3.5]
30-
basepython = python3.5
31-
deps =
32-
pytest
33-
PyYAML
34-
setuptools
11+
atomicwrites==1.4.1
12+
attrs==21.4.0
13+
backports.functools-lru-cache==1.6.6
14+
colorama==0.4.6
15+
configparser==4.0.2
16+
contextlib2==0.6.0.post1
17+
funcsigs==1.0.2
18+
importlib-metadata==2.1.3
19+
more-itertools==5.0.0
20+
packaging==20.9
21+
pathlib2==2.3.7.post1
22+
pluggy==0.13.1
23+
py==1.11.0
24+
pyparsing==2.4.7
25+
pytest==4.6.11
26+
PyYAML==5.4.1
27+
scandir==1.10.0
28+
six==1.17.0
29+
typing==3.10.0.0
30+
wcwidth==0.2.13
31+
zipp==1.2.0
3532

3633
[testenv:3.6]
3734
basepython = python3.6

0 commit comments

Comments
 (0)