Bump build workflow python-version to 3.9

pull/113/head
Felddy 4 years ago
parent 15411447a6
commit 6a4164dfba
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 2
      .github/workflows/build.yml

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Store installed Python version
run: |
echo "::set-env name=PY_VERSION::"\

Loading…
Cancel
Save