Skip to content

Commit 516357f

Browse files
committed
Update python versions
1 parent 7e0b02d commit 516357f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8.17", "3.11.4", "3.12.0b4"]
19+
python-version: ["3.8", "3.11", "3.12", "3.13"]
2020
event_loop_manager: ["libev", "asyncio", "asyncore"]
2121
exclude:
22-
- python-version: "3.12.0b4"
22+
- python-version: "3.12"
23+
event_loop_manager: "asyncore"
24+
- python-version: "3.13"
2325
event_loop_manager: "asyncore"
2426

2527
steps:

0 commit comments

Comments
 (0)