Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
doc-build:
timeout-minutes: 15
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ use PyDolphinScheduler above version 4.0.0.
+--------------------------+----------------------------+---------------------+
| >=3.1.5, <3.2.0 | >=4.0.4, <4.1.0 | |
+--------------------------+----------------------------+---------------------+
| >=3.2.0, <3.3.0 | >=4.1.0, <4.2.0 | |
+--------------------------+----------------------------+---------------------+


Content
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@

import logging
import os
import sys
from distutils.command.sdist import sdist
from distutils.dir_util import remove_tree
from distutils.errors import DistutilsExecError

from setuptools import Command, setup

if sys.version_info[0] < 3:
raise Exception(
"pydolphinscheduler does not support Python 2. Please upgrade to Python 3."
)

logger = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion src/pydolphinscheduler/version_ext
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dolphinscheduler>=3.2.0
dolphinscheduler>=3.2.0,<3.3.0