Skip to content

Commit 2f3beb9

Browse files
committed
Test PyPy for Python 3.10
1 parent ee7a1ba commit 2f3beb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
name-prefix: ['']
1212
os: [ubuntu-latest]
13-
python: [3.8, 3.9, '3.10', 3.11, 3.12-dev, pypy-3.9, pyodide]
13+
python: [3.8, 3.9, '3.10', 3.11, 3.12-dev, pypy-3.10, pyodide]
1414
include:
1515
# To keep the overall number of runs low, we test Windows and MacOS
1616
# only on the latest CPython.

0 commit comments

Comments
 (0)