Skip to content

Commit 474362e

Browse files
author
Matias Melograno
committed
Merge branch 'development' of github.com:splitio/python-client into task/trhotling
2 parents b4ced4f + a32fb27 commit 474362e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- development
910

1011
jobs:
1112
test:
@@ -24,7 +25,7 @@ jobs:
2425
- name: Set up Python
2526
uses: actions/setup-python@v2
2627
with:
27-
python-version: '3.6'
28+
python-version: '3.7'
2829

2930
- name: Install dependencies
3031
run: |

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'pytest-mock>=3.5.1',
1111
'coverage',
1212
'pytest-cov',
13+
'importlib-metadata==4.2'
1314
]
1415

1516
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)