Skip to content

Commit 6414807

Browse files
committed
cicd: add more event loops to test
1 parent ab398db commit 6414807

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/integration-tests.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java-version: [8]
30-
python-version: ["3.8", "3.11", "3.12", "3.13"]
31-
event_loop_manager: ["libev", "asyncio", "asyncore"]
32-
exclude:
33-
- python-version: "3.12"
34-
event_loop_manager: "asyncore"
35-
- python-version: "3.13"
30+
python-version: ["3.8", "3.13"]
31+
event_loop_manager: ["libev", "asyncio", "gevent", "eventlet"]
32+
include:
33+
- python-version: "3.8"
3634
event_loop_manager: "asyncore"
35+
- python-version: "3.11"
36+
event_loop_manager: "libev"
37+
- python-version: "3.12"
38+
event_loop_manager: "gevent"
3739

3840
steps:
3941
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)