diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 575a57e..777d5fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,6 +15,7 @@ jobs: - 10 - 12 - 14 + - 16 architecture: - x64 # an extra windows-x86 run: @@ -44,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7'] + python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8'] name: 🍺 YAML Lint Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -55,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.6', '3.7', '3.8', 'pypy-3.6', 'pypy-3.7'] + python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8'] name: 🍷 Flake8 Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3