Skip to content

Commit 50e540e

Browse files
authored
Merge pull request #8 from antmendoza/patch-1
Update python-ci.yml
2 parents f08c083 + f31546f commit 50e540e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
17+
python-version: ["3.9"]
1818

1919
steps:
2020
- uses: "actions/checkout@v2"
@@ -26,12 +26,9 @@ jobs:
2626
pip install pipenv
2727
pip install build
2828
pipenv install --dev
29-
3029
- name: Test
3130
run: |
3231
pipenv run pytest
33-
3432
- name: Build
3533
run: |
3634
python -m build
37-

0 commit comments

Comments
 (0)