Skip to content

Commit 43cd013

Browse files
jairhenriquekp-cat
andauthored
Drop support to unsupported Python versions (#71)
* Drop support to unsupported Python versions * merge conflict fix --------- Co-authored-by: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com>
1 parent a022ed4 commit 43cd013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Install dependencies
6767
run: |
68-
python -m pip install --upgrade pip
68+
python -m pip install --upgrade pip
6969
pip install pytest pytest-cov parameterized mock flake8
7070
pip install -r requirements.txt
7171

0 commit comments

Comments
 (0)