Skip to content

Commit a91c06b

Browse files
committed
1
1 parent 4c62c7f commit a91c06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
java-version: [8]
20-
python-version: ["3.8", "3.11", "3.12.7", "3.13"]
20+
python-version: ["3.8", "3.11", "3.12.1", "3.13"]
2121
event_loop_manager: ["libev", "asyncio", "asyncore"]
2222
exclude:
23-
- python-version: "3.12"
23+
- python-version: "3.12.1"
2424
event_loop_manager: "asyncore"
2525
- python-version: "3.13"
2626
event_loop_manager: "asyncore"

0 commit comments

Comments
 (0)