Skip to content

Commit

Permalink
Add Python 3.13 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Nov 5, 2024
1 parent e6a1a9e commit 4d97621
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 4d97621

Please sign in to comment.