Skip to content

Commit d93a67e

Browse files
committed
Update python versions
1 parent 7e0b02d commit d93a67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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.19", "3.11.9", "3.12.4"]
2020
event_loop_manager: ["libev", "asyncio", "asyncore"]
2121
exclude:
22-
- python-version: "3.12.0b4"
22+
- python-version: "3.12.4"
2323
event_loop_manager: "asyncore"
2424

2525
steps:

0 commit comments

Comments
 (0)