Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from qctrl/38
Browse files Browse the repository at this point in the history
Declare python 3.8 support
  • Loading branch information
charmasaur authored Jan 16, 2020
2 parents 17829ea + 5d7524a commit 239b592
Show file tree
Hide file tree
Showing 4 changed files with 559 additions and 98 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7]
python: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- name: Install Python dependencies
Expand All @@ -66,4 +66,4 @@ jobs:
run: |
source <(curl -sL http://ci.q-ctrl.com)
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh
./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh
Loading

0 comments on commit 239b592

Please sign in to comment.