File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
"models." ,
12
12
url = "https://github.com/audienceproject/artifacts-metadata-py" ,
13
13
packages = setuptools .find_packages (),
14
- python_requires = ">=3.6 " ,
14
+ python_requires = ">=3.8 " ,
15
15
install_requires = ["boto3>=1.0.0" ]
16
16
)
Original file line number Diff line number Diff line change 2
2
id : audienceproject/python
3
3
username : $DOCKERHUB_ACCOUNT
4
4
password : $DOCKERHUB_PASSWORD
5
- tag : 3.6
5
+ tag : 3.8
6
6
no-response-timeout : 25
7
7
command-timeout : 25
8
8
11
11
- script :
12
12
name : Setup virtualenv
13
13
code : |
14
- virtualenv env --python=python3.6 --clear
15
- env/bin/pip install pylint==2.4.4
14
+ virtualenv env --python=python3.8 --clear
15
+ env/bin/pip install pylint==2.4.4 boto3==1.0.0
16
16
- script :
17
17
name : PyLint
18
18
code : env/bin/pylint artifacts_metadata
@@ -22,7 +22,7 @@ deploy:
22
22
- script :
23
23
name : Setup virtualenv
24
24
code : |
25
- virtualenv env --python=python3.6 --clear
25
+ virtualenv env --python=python3.8 --clear
26
26
env/bin/pip install twine==3.1.1
27
27
- script :
28
28
name : Build library
You can’t perform that action at this time.
0 commit comments