Skip to content

Commit d474176

Browse files
author
Massimiliano Pippi
authored
[skip changelog] bump packages to support Python 3.8 (#517)
* use pip-tools, bump packages to support 3.8 * Bump Python to 3.8 in the CI environment
1 parent cf39fbe commit d474176

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Python
6868
uses: actions/setup-python@v1
6969
with:
70-
python-version: '3.7'
70+
python-version: '3.8'
7171
architecture: 'x64'
7272

7373
- name: Run integration tests

Diff for: test/requirements.in

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytest==5.3.1
2+
simplejson==3.17.0
3+
semver==2.9.0
4+
pyserial==3.4
5+
# temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
6+
git+https://github.com/flazzarini/invoke.git

Diff for: test/requirements.txt

+17-23
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
astroid==2.2.5
2-
atomicwrites==1.3.0
3-
attrs==19.1.0
4-
importlib-metadata==0.18
5-
# temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile
6+
#
7+
attrs==19.1.0 # via pytest
68
git+https://github.com/flazzarini/invoke.git
7-
isort==4.3.21
8-
lazy-object-proxy==1.4.1
9-
mccabe==0.6.1
10-
more-itertools==7.1.0
11-
packaging==19.0
12-
pep8==1.7.1
13-
pluggy==0.12.0
14-
py==1.8.0
15-
pylint==2.3.1
16-
pyparsing==2.4.0
9+
more-itertools==7.1.0 # via pytest
10+
packaging==19.0 # via pytest
11+
pluggy==0.13.1 # via pytest
12+
py==1.8.0 # via pytest
13+
pyparsing==2.4.0 # via packaging
1714
pyserial==3.4
18-
pytest==5.1.3
19-
semver==2.8.1
20-
simplejson==3.16.0
21-
six==1.12.0
22-
typed-ast==1.4.0
23-
wcwidth==0.1.7
24-
wrapt==1.11.2
25-
zipp==0.5.2
15+
pytest==5.3.1
16+
semver==2.9.0
17+
simplejson==3.17.0
18+
six==1.12.0 # via packaging
19+
wcwidth==0.1.7 # via pytest

0 commit comments

Comments
 (0)