summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-01-10 11:57:32 +0600
committerGitHub <noreply@github.com>2022-01-10 11:57:32 +0600
commit59af2445549e4e1bb87a932cbb4d196629f16dd6 (patch)
tree12559251f4412f58740c70831c402a06128b8511 /.github/workflows/ci.yaml
parent557d98a7d27e171ce7b22e2e3a56baf805ad8e52 (diff)
downloadpy-amqp-59af2445549e4e1bb87a932cbb4d196629f16dd6.tar.gz
start dropping python 3.6 (#387)master
* start dropping python 3.6 mainly for 5.1.0 release * update tidelift alignment config CI (#375) * update tidelift alignment config CI * update tidelift CLI properly * not needed on PR * drop python from all matrix
Diffstat (limited to '.github/workflows/ci.yaml')
-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 bf944c8..ff79ea4 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,pypy3]
+ python-version: [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,pypy3]
+ python-version: [3.7,3.8,3.9,pypy3]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4