File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- name : Install Python 3
14
14
uses : actions/setup-python@v1
15
15
with :
16
- python-version : 3.7
16
+ python-version : 3.8
17
17
- name : Install dependencies
18
18
run : |
19
19
python -m pip install --upgrade pip
20
20
pip install -r requirements.txt
21
21
- name : Run tests with pytest
22
- run : pytest
22
+ run : pytest
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def parse_requirements(filename):
31
31
include_package_data = True ,
32
32
package_data = {"aries_cloudcontroller" : ["requirements.txt" ]},
33
33
install_requires = parse_requirements ("requirements.txt" ),
34
- python_requires = ">=3.7.3 " ,
34
+ python_requires = ">=3.8 " ,
35
35
classifiers = [
36
36
"Programming Language :: Python :: 3" ,
37
37
"License :: OSI Approved :: Apache Software License" ,
You can’t perform that action at this time.
0 commit comments