Skip to content

Commit

Permalink
Test 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo authored Oct 22, 2024
1 parent 9a2baa2 commit 64b703b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -32,4 +33,4 @@ jobs:
- name: Install test dependencies
run: pip install -r .github/workflows/requirements.txt
- name: Test with pytest
run: pytest -x --runxfail
run: pytest -x --runxfail

0 comments on commit 64b703b

Please sign in to comment.