Skip to content

Commit

Permalink
no more travis, support 3.12 and 3.13 in git workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Nov 12, 2024
1 parent 7b2e49e commit d8a2a7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit d8a2a7c

Please sign in to comment.