We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0117ace commit ed4eceeCopy full SHA for ed4ecee
.github/workflows/python-package.yml
@@ -34,14 +34,11 @@ jobs:
34
- "3.5.2"
35
- "3.9.0"
36
python:
37
- - "3.12"
+ - "3.13"
38
include:
39
#- python: "pypy3.9"
40
# kafka: "2.6.0"
41
# experimental: true
42
- #- python: "~3.13.0-0"
43
- # kafka: "2.6.0"
44
- # experimental: true
45
- python: "3.8"
46
kafka: "3.9.0"
47
- python: "3.9"
@@ -50,6 +47,8 @@ jobs:
50
51
48
- python: "3.11"
52
49
+ - python: "3.12"
+ kafka: "3.9.0"
53
54
steps:
55
- uses: actions/checkout@v4
0 commit comments