diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ed074c..46bf8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7,3.7,3.8,3.9,3.12] + python-version: [3.7,3.8,3.9,3.12] steps: - uses: actions/checkout@v2