Skip to content

Commit

Permalink
Update python-package-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 authored Dec 18, 2024
1 parent 5502d4a commit 4781395
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -41,6 +41,3 @@ jobs:
isort -j -1 .
black .
pytest -s
- name: Build docs
run: |
cd docs && make -j 4 html && cd ..

0 comments on commit 4781395

Please sign in to comment.