Skip to content

Commit

Permalink
Update testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jul 18, 2024
1 parent ce4be19 commit 7bc838b
Show file tree
Hide file tree
Showing 2 changed files with 1,012 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest build
pip install build
- name: Build distribution
run: |
python -m build
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 7bc838b

Please sign in to comment.