Skip to content

Commit 83c88fc

Browse files
committed
Test PyPy 3.9, reduce number of Python interpreters in CI pipeline
1 parent 3c94a9a commit 83c88fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: ['3.7', '3.8', '3.9', 3.11.0-rc.1, pypy-3.7, pypy-3.8]
37+
python-version: ['3.7', 3.11.0-rc.1, pypy-3.7, pypy-3.9]
3838
os: [ubuntu-latest]
3939
# run only limited set of tests because it takes too long
4040
mark: [important]

0 commit comments

Comments
 (0)