diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83f85dad1..c283c40d5 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 b17954c96..985ac482f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package_name = "fg-data-profiling" [project] name = "fg-data-profiling" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10,<3.15" authors = [ {name = "YData Labs Inc", email = "opensource@ydata.ai"} ]