Skip to content

Commit 805eaa3

Browse files
committed
Update CI config.
1 parent 2ee9466 commit 805eaa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python: [3.9, '3.10', 'pypy-3.7']
10+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1111
os: [macos-latest, ubuntu-latest, windows-latest]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python }}
2020

0 commit comments

Comments
 (0)