Skip to content

Commit

Permalink
dropped supporting for py34
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 4, 2020
1 parent f999ab5 commit a68a422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
for cp in cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
for cp in cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
do
/opt/python/${cp}/bin/python -m pip install twine wheel
/opt/python/${cp}/bin/python setup.py build sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
cp: [cp34-cp34m, cp35-cp35m, cp36-cp36m, cp37-cp37m, cp38-cp38]
cp: [cp35-cp35m, cp36-cp36m, cp37-cp37m, cp38-cp38]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a68a422

Please sign in to comment.