File tree Expand file tree Collapse file tree 3 files changed +856
-191
lines changed
Expand file tree Collapse file tree 3 files changed +856
-191
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ["3.13"]
14+ python-version : ["3.9", "3.12", "3. 13"]
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ authors = [
66 {name = " Marek Szymutko" , email = " mszymutk@redhat.com" },
77]
88readme = " README.md"
9- requires-python = " >=3.13 "
9+ requires-python = " >=3.9 "
1010dependencies = [
11- " confluent-kafka>=2.12.2" ,
12- " pylint>=4.0.4" ,
11+ " confluent-kafka==2.13.0" ,
1312]
1413
1514[build-system ]
@@ -26,12 +25,13 @@ pythonpath = ["src"]
2625
2726[dependency-groups ]
2827dev = [
29- " coverage>=7.12.0 " ,
28+ " coverage>=7.10.7 " ,
3029 " mypy>=1.18.2" ,
31- " pytest>=9.0.1" ,
30+ " pylint>=3.3.9" ,
31+ " pytest>=8.4.2" ,
3232 " pytest-asyncio>=0.24.0" ,
3333 " pytest-cov>=7.0.0" ,
3434 " ruff>=0.14.5" ,
35- " tox>=4.32.0 " ,
35+ " tox>=4.30.3 " ,
3636 " types-confluent-kafka>=1.4.0" ,
3737]
You can’t perform that action at this time.
0 commit comments