Skip to content

Commit 7b61b33

Browse files
committed
Update CI config file
1 parent e64805c commit 7b61b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
needs: lint
5050
strategy:
5151
matrix:
52-
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
52+
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5353
os: [ubuntu, macos, windows]
5454
include:
55-
- pyver: pypy-3.9
55+
- pyver: pypy-3.10
5656
os: ubuntu
5757
runs-on: ${{ matrix.os }}-latest
5858
timeout-minutes: 15

0 commit comments

Comments
 (0)