Skip to content

Commit

Permalink
CI: add integration tests for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Nov 9, 2023
1 parent 9c19b75 commit cb2b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11.4", "3.12.0b4"]
python-version: ["3.8.18", "3.11.4", "3.12.0b4"]
event_loop_manager: ["libev", "asyncio", "asyncore"]
exclude:
- python-version: "3.12.0b4"
Expand Down

0 comments on commit cb2b29e

Please sign in to comment.