diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 405c78a..2909078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 @@ -16,4 +16,4 @@ jobs: cache: pip - run: pip install . && pip install -r dev-requirements.txt - run: pylint rpcudp - - run: pycodestyle rpcudp/**/*.py + - run: pycodestyle rpcudp/*.py