summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2023-03-13 16:05:30 +0600
committerGitHub <noreply@github.com>2023-03-13 16:05:30 +0600
commit0140cfe61a85941c2f7a6e396a5ff64e2ef656a8 (patch)
tree2fcee3609701f768d45eaf55c338bd5186dc885d
parentb6fe270a9f536968b81743f1dd1561aa4e549738 (diff)
downloadpy-amqp-0140cfe61a85941c2f7a6e396a5ff64e2ef656a8.tar.gz
Update ci.yaml
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 106dd44..760c515 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
@@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.8]
+ python-version: [3.9]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3