Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Changed supported python versions
  • Loading branch information
gwiedeman authored Nov 15, 2023
1 parent 69bca2f commit c526ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +29,4 @@ jobs:
pip install libpff-python==20211114
- name: Test with pytest
run: |
pytest -vv
pytest -vv

0 comments on commit c526ac9

Please sign in to comment.