summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-11-06 13:17:24 +0600
committerGitHub <noreply@github.com>2021-11-06 13:17:24 +0600
commit3329ec8d2804d51121492684156bcbd181ec3846 (patch)
treef385e3358885b597cea0af6d1fa4463705eb66f1
parentc1fe574f64e5afc09c22ff5c4f655a0168d8629f (diff)
downloadpy-amqp-3329ec8d2804d51121492684156bcbd181ec3846.tar.gz
new pythons to actions
-rw-r--r--.github/workflows/ci.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5e1e85a..d138dbd 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
@@ -29,13 +29,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6,3.7,3.8,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
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6,3.7,3.8,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
@@ -56,7 +56,7 @@ jobs:
run: docker build -t rabbitmq:tls .
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies