Skip to content

Commit

Permalink
Merge pull request #207 from dwreeves/add-py3.13
Browse files Browse the repository at this point in the history
Add Python 3.13 to tests
  • Loading branch information
dwreeves authored Nov 5, 2024
2 parents e6a1a9e + 4d97621 commit 6f12a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7.x, 3.11.x, 3.12.x]
python: [3.7.x, 3.12.x, 3.13.x]
click: [7.0.*, 7.1.*, 8.0.*, 8.1.*]
rich: [12.*, 13.*]
steps:
Expand Down

0 comments on commit 6f12a7a

Please sign in to comment.