Skip to content

Commit a2b5e9f

Browse files
committed
CI: add integration tests for python3.8
1 parent f764ac6 commit a2b5e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.11.4", "3.12.0b4"]
19+
python-version: ["3.8.17", "3.11.4", "3.12.0b4"]
2020
event_loop_manager: ["libev", "asyncio", "asyncore"]
2121
exclude:
2222
- python-version: "3.12.0b4"

0 commit comments

Comments
 (0)