File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
22
+ - name : Set up Python 3.8
23
23
uses : actions/setup-python@v2
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
uses : actions/setup-node@v2
49
49
with :
50
50
node-version : ${{ steps.node.outputs.version }}
51
- - name : Set up Python 3.6
51
+ - name : Set up Python 3.8
52
52
uses : actions/setup-python@v3
53
53
with :
54
- python-version : 3.6
54
+ python-version : 3.8
55
55
- name : Install dependencies
56
56
run : |
57
57
pip install "solc-select>=v1.0.0b1"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v1
17
- - name : Set up Python 3.6
17
+ - name : Set up Python 3.8
18
18
uses : actions/setup-python@v1
19
19
with :
20
- python-version : 3.6
20
+ python-version : 3.8
21
21
- name : Run Tests
22
22
run : |
23
23
bash scripts/ci_darglint.sh
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
run : |
27
27
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
28
28
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
29
- - name : Set up Python 3.6
29
+ - name : Set up Python 3.8
30
30
uses : actions/setup-python@v3
31
31
with :
32
- python-version : 3.6
32
+ python-version : 3.8
33
33
- name : Install dependencies
34
34
run : |
35
35
pip install "solc-select>=v1.0.0b1"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
22
+ - name : Set up Python 3.8
23
23
uses : actions/setup-python@v2
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
22
+ - name : Set up Python 3.8
23
23
uses : actions/setup-python@v2
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
22
+ - name : Set up Python 3.8
23
23
uses : actions/setup-python@v2
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change 1
1
[tool .black ]
2
- target-version = [" py36 " ]
2
+ target-version = [" py38 " ]
3
3
line-length = 100
4
4
[tool .pylint .messages_control ]
5
5
disable = """
Original file line number Diff line number Diff line change 13
13
author = "Trail of Bits" ,
14
14
version = "0.2.4" ,
15
15
packages = find_packages (),
16
- python_requires = ">=3.6 " ,
16
+ python_requires = ">=3.8 " ,
17
17
install_requires = ["pysha3>=1.0.2" ],
18
18
license = "AGPL-3.0" ,
19
19
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments