diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-12-23 10:33:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 10:33:23 +0100 |
| commit | 69747d5cb30ee01f52d68b3fa3a7f3a160153ba5 (patch) | |
| tree | c128bb8ba92d3290910ce050a3d717c79a35809b /.github | |
| parent | fe751b0ee8af955390ed4caf56e2c9b267f5caa3 (diff) | |
| parent | cb1b6686f0c7f73ff4b8d4302921a4ca1a9db8c8 (diff) | |
Merge pull request #646 from return42/drop-py36
[ci] drop Python 3.6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3919b0194..8b8680688 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - name: Checkout uses: actions/checkout@v2 |