summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-12-13 12:22:42 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-12-13 12:22:42 +0600
commitb09c54b04d6706b91dbe74850c8843f5804824e8 (patch)
tree968158f94e70ca88f9a3d8deca715acd1d620eb6
parent91131afee6ba5523c067ef91345ef50f3a7748ed (diff)
downloadpy-amqp-py310.tar.gz
remove python 3.10 from CI actions for nowpy310
-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 a7130a1..bf944c8 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6,3.7,3.8,3.9,3.10,pypy3]
+ python-version: [3.6,3.7,3.8,3.9,pypy3]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6,3.7,3.8,3.9,3.10,pypy3]
+ python-version: [3.6,3.7,3.8,3.9,pypy3]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4