diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc5a5c670..374c68f0d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - python-version: ["3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] pandas: [ "pandas>1.1" ] numpy: [ "numpy>=1.21" ] runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index e46cb237c..a85e702fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package_name = "ydata-profiling" [project] name = "ydata-profiling" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10,<3.15" authors = [ {name = "YData Labs Inc", email = "opensource@ydata.ai"} ]