summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2023-03-16 16:07:23 +0600
committerGitHub <noreply@github.com>2023-03-16 16:07:23 +0600
commit7e527fedb9808b6fa519b3b09ee1ff7970cca894 (patch)
tree8a64f73fc435c30a5e441dd70ef6684494fe6b08
parent0140cfe61a85941c2f7a6e396a5ff64e2ef656a8 (diff)
downloadpy-amqp-ci-2.tar.gz
Update ci.yamlci-2
-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 760c515..89c76dd 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.7,3.8,3.9,"3.10",pypy-3.9]
+ python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7,3.8,3.9,"3.10",pypy-3.9]
+ python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3