diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:02:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 11:02:58 +0100 |
| commit | f7e11fd7222363a72a8fa33cf69190f64a3880bd (patch) | |
| tree | 74f724c6f28e5557bc68e893cc889d792af5aec3 /.github/workflows/integration.yml | |
| parent | 9c55d772e98f5e51da4a34389dc240cfb3b14852 (diff) | |
| parent | 8989bc76cb9c576792a909bd95e553a16ec824be (diff) | |
Merge pull request #2459 from dalf/update-python
Update python
Diffstat (limited to '.github/workflows/integration.yml')
| -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 cff8854b9..ad3e941a7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Checkout uses: actions/checkout@v2 |