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

Commit 239b592

Browse files
authored
Merge pull request #5 from qctrl/38
Declare python 3.8 support
2 parents 17829ea + 5d7524a commit 239b592

File tree

4 files changed

+559
-98
lines changed

4 files changed

+559
-98
lines changed

.github/workflows/on-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
python: [3.6, 3.7]
47+
python: [3.6, 3.7, 3.8]
4848
steps:
4949
- uses: actions/checkout@v1
5050
- name: Install Python dependencies
@@ -66,4 +66,4 @@ jobs:
6666
run: |
6767
source <(curl -sL http://ci.q-ctrl.com)
6868
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
69-
./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh
69+
./ci docker run qctrl/python-build:3.7 /scripts/publish-dev-version.sh

0 commit comments

Comments
 (0)