diff options
| author | MichaĆ Bielawski <michal.bielawski@apperio.com> | 2021-07-30 13:54:04 +0100 |
|---|---|---|
| committer | Asif Saif Uddin <auvipy@gmail.com> | 2021-07-31 10:27:29 +0600 |
| commit | 4f77faab77bafce288d2baa143e66d4ec870d2eb (patch) | |
| tree | 5a5d80a0e17ceec8f277a29974b29dfcd91b508c /.github | |
| parent | 0234ea2d61502199a94278e1a53521e0e1a97c40 (diff) | |
| download | kombu-4f77faab77bafce288d2baa143e66d4ec870d2eb.tar.gz | |
Add support for Python 3.9
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ba42dde..0a88ad2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6,3.7,3.8] + python-version: [3.6,3.7,3.8,3.9] steps: - name: Install system packages run: sudo apt update && sudo apt-get install libcurl4-openssl-dev libssl-dev @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6,3.7,3.8,pypy3] + python-version: [3.6,3.7,3.8,3.9,pypy3] steps: - name: Install system packages run: sudo apt update && sudo apt-get install libcurl4-openssl-dev libssl-dev @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.9] steps: - name: Install system packages run: sudo apt update && sudo apt-get install libcurl4-openssl-dev libssl-dev |
