diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7b2746..0a10dfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 @@ -29,4 +29,4 @@ jobs: pip install libpff-python==20211114 - name: Test with pytest run: | - pytest -vv \ No newline at end of file + pytest -vv