Skip to content

Commit b1eebba

Browse files
committed
Add python 3.12 and pypy3.10 to test runner
1 parent 6ff1391 commit b1eebba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev", pypy3.9]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy3.9, pypy3.10]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)