diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 78a0557..436939e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.10", "3.11", "3.12" ] + python-version: [ "3.11", "3.12", "3.13" ] steps: - uses: actions/checkout@v4 @@ -23,10 +23,6 @@ jobs: uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip setuptools wheel - pip install -r requirements.txt - name: Lint with flake8 run: | pip install flake8 @@ -35,4 +31,4 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Black Code Formatter - uses: jpetrucciani/black-check@23.3.0 + uses: jpetrucciani/black-check@25.1.0