summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-12-21 17:59:39 +0600
committerGitHub <noreply@github.com>2021-12-21 17:59:39 +0600
commit3397502f33a7f9db04b4435493a589813e81f91d (patch)
treefb6f31203354b3332f0443fc9f1fba49c110b276
parent3329ec8d2804d51121492684156bcbd181ec3846 (diff)
downloadpy-amqp-CIup.tar.gz
try to parse python3.10CIup
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d138dbd..ad7f895 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.9,3.7,3.8,3.10,pypy3]
+ python-version: [3.9,3.7,3.8,"3.10",pypy3]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4
@@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.9,3.7,3.8,3.10,pypy3]
+ python-version: [3.9,3.7,3.8,"3.10",pypy3]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4