diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a62cd00..b8b347d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: strategy: fail-fast: false matrix: - # Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + # Tested versions based on dates in https://devguide.python.org/versions/#versions + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@master - name: Setup python