Skip to content

Commit d613173

Browse files
committed
Update gh workflow to py3.14
1 parent 9d27775 commit d613173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- "3.9.0"
3636
- "4.0.0"
3737
python:
38-
- "3.13"
38+
- "3.14"
3939
include:
4040
#- python: "pypy3.9"
4141
# kafka: "2.6.0"
@@ -50,6 +50,8 @@ jobs:
5050
kafka: "4.0.0"
5151
- python: "3.12"
5252
kafka: "4.0.0"
53+
- python: "3.13"
54+
kafka: "4.0.0"
5355

5456
steps:
5557
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)