Skip to content

Commit 8d12a1a

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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:
30+
python-version: ["3.8", "3.13"]
31+
event_loop_manager: ["libev", "asyncio", "asyncore", "gevent", "eventlet"]
32+
include:
33+
- python-version: "3.11"
34+
event_loop_manager: "libev"
3335
- python-version: "3.12"
34-
event_loop_manager: "asyncore"
35-
- python-version: "3.13"
36-
event_loop_manager: "asyncore"
36+
event_loop_manager: "gevent"
3737

3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)