Skip to content

Commit

Permalink
drop tox, replace python 3.8 (EOL) with python 3.13 (new)
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Oct 11, 2024
1 parent 9b2ddd7 commit 8e52a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
Expand Down
29 changes: 0 additions & 29 deletions tox.ini

This file was deleted.

0 comments on commit 8e52a53

Please sign in to comment.