[ci] Remove support of Python 2.7

This commit is contained in:
Candice Bentéjac 2022-12-02 18:59:13 +01:00
parent ffca9c68e3
commit 57c7a6e5b5

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7.18, 3.8.14]
python-version: [3.8.14]
steps:
- uses: actions/checkout@v3