Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
update python versions, fix path
  • Loading branch information
desultory committed Aug 17, 2024
1 parent ffc2123 commit eb16821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Test with pytest
run: |
cd tests
venv/bin/python -m unittest -v
../venv/bin/python -m unittest -v

0 comments on commit eb16821

Please sign in to comment.