summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorikaroskun <merle.liukun@gmail.com>2021-05-10 10:43:15 +0800
committerGitHub <noreply@github.com>2021-05-10 10:43:15 +0800
commitfc76b05ea824f16fe907b81db4631b4b1eae351a (patch)
tree732a37e21af8e85ed9ef4b6dd66e501129f5f7bc
parente27ea4a3025fd3b49ba1bb2bce1deb2eecdd8cb5 (diff)
chore(python): :construction_worker: update python3.9 alpha to python3.9 release (#385)
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index cb20643..d6b4c3f 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-16.04]
- python: ['3.6', '3.7', '3.8', '3.9.0-alpha - 3.9.0']
+ python: ['3.6', '3.7', '3.8', '3.9']
redis: [5, 6]
runs-on: ${{ matrix.os }}