dolphinscheduler
dolphinscheduler copied to clipboard
[python] Add support interpreter version 310 and 311-dev
- Add CI running in python interpreter verison 3.10 and 3.11-dev
- Upgrade setup-python from v2 to v4
- Change package version to
dev - Change package status from alpha to beta
Make a test for python interpreter version 3.10 and 3.11
Codecov Report
Merging #11170 (a0361b9) into dev (1613401) will decrease coverage by
0.01%. The diff coverage isn/a.
@@ Coverage Diff @@
## dev #11170 +/- ##
============================================
- Coverage 39.44% 39.42% -0.02%
+ Complexity 4622 4621 -1
============================================
Files 980 980
Lines 37260 37260
Branches 4176 4175 -1
============================================
- Hits 14696 14691 -5
- Misses 21030 21032 +2
- Partials 1534 1537 +3
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...er/master/dispatch/host/assign/RandomSelector.java | 77.77% <0.00%> (-5.56%) |
:arrow_down: |
| ...e/dolphinscheduler/remote/NettyRemotingClient.java | 50.00% <0.00%> (-2.78%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
It seems we fail to install py4j with python 3.10 and 3.11-dev in windows OS:
- https://github.com/apache/dolphinscheduler/runs/7783348932?check_suite_focus=true
- https://github.com/apache/dolphinscheduler/runs/7783349336?check_suite_focus=true
PTAL @hiSandog @jieguangzhou







