diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da2d1c3..b5f6dd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip setuptools pip install pytest pytest-cov mock pycodestyle coverage pylint pip install -e .