Skip to content

Commit ed4ecee

Browse files
authored
Bump default python to 3.13 in CI tests (#2541)
1 parent 0117ace commit ed4ecee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-package.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ jobs:
3434
- "3.5.2"
3535
- "3.9.0"
3636
python:
37-
- "3.12"
37+
- "3.13"
3838
include:
3939
#- python: "pypy3.9"
4040
# kafka: "2.6.0"
4141
# experimental: true
42-
#- python: "~3.13.0-0"
43-
# kafka: "2.6.0"
44-
# experimental: true
4542
- python: "3.8"
4643
kafka: "3.9.0"
4744
- python: "3.9"
@@ -50,6 +47,8 @@ jobs:
5047
kafka: "3.9.0"
5148
- python: "3.11"
5249
kafka: "3.9.0"
50+
- python: "3.12"
51+
kafka: "3.9.0"
5352

5453
steps:
5554
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)