diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05901bd..9a6876a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: # EOL Python versions include: > [ - {"os": "ubuntu-20.04", "python-version": "3.6"}, - {"os": "ubuntu-20.04", "python-version": "3.7"}, {"os": "ubuntu-22.04", "python-version": "3.8"}, ] @@ -132,7 +130,5 @@ jobs: # EOL Python versions include: > [ - {"os": "ubuntu-20.04", "python-version": "3.6"}, - {"os": "ubuntu-20.04", "python-version": "3.7"}, {"os": "ubuntu-22.04", "python-version": "3.8"}, ]