Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Jan 5, 2025
1 parent 4c62c7f commit a91c06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
fail-fast: false
matrix:
java-version: [8]
python-version: ["3.8", "3.11", "3.12.7", "3.13"]
python-version: ["3.8", "3.11", "3.12.1", "3.13"]
event_loop_manager: ["libev", "asyncio", "asyncore"]
exclude:
- python-version: "3.12"
- python-version: "3.12.1"
event_loop_manager: "asyncore"
- python-version: "3.13"
event_loop_manager: "asyncore"
Expand Down

0 comments on commit a91c06b

Please sign in to comment.