Skip to content

Commit

Permalink
Update CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 31, 2024
1 parent e64805c commit 7b61b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
needs: lint
strategy:
matrix:
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu, macos, windows]
include:
- pyver: pypy-3.9
- pyver: pypy-3.10
os: ubuntu
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
Expand Down

0 comments on commit 7b61b33

Please sign in to comment.