diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 8e40b038..aa142758 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -124,9 +124,13 @@ jobs: make install-test - name: Unit Tests + env: + YDATA_FABRIC_SDK_NO_ANALYTICS: "True" run: | make test - name: Coverage Tests + env: + YDATA_FABRIC_SDK_NO_ANALYTICS: "True" run: | make test-cov diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a0f9100..03065067 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] needs: package @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] needs: compile-wheels @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] needs: compile-wheels diff --git a/README.md b/README.md index 73f32f10..07ea7183 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # YData Fabric SDK [![pypi](https://img.shields.io/pypi/v/ydata-fabric-sdk)](https://pypi.org/project/ydata-fabric-sdk) -![Pythonversion](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue) +![Pythonversion](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue) [![downloads](https://pepy.tech/badge/ydata-fabric-sdk/month)](https://pepy.tech/project/ydata-fabric-sdk) --- diff --git a/docs/sdk/index.md b/docs/sdk/index.md index f36db7e7..3145d1b8 100644 --- a/docs/sdk/index.md +++ b/docs/sdk/index.md @@ -1,5 +1,5 @@ [![pypi](https://img.shields.io/pypi/v/ydata-fabric-sdk)](https://pypi.org/project/ydata-fabric-sdk) -![Pythonversion](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue) +![Pythonversion](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue) [![downloads](https://pepy.tech/badge/ydata-fabric-sdk/month)](https://pepy.tech/project/ydata-fabric-sdk) diff --git a/docs/sdk/installation.md b/docs/sdk/installation.md index 30284acd..fe13fa94 100644 --- a/docs/sdk/installation.md +++ b/docs/sdk/installation.md @@ -4,7 +4,7 @@ YData SDK is generally available through both Pypi and Conda allowing an easy pr YData SDK is available for the public through a token-based authentication system. If you don’t have one yet, you can get your free license key during the installation process. You can check what features are available in the free version here. ##Installing the package -YData SDK supports python versions bigger than python 3.8, and can be installed in Windows, Linux or MacOS operating systems. +YData SDK supports python versions bigger than python 3.10, and can be installed in Windows, Linux or MacOS operating systems. Prior to the package installation, it is recommended the creation of a virtual or conda environment: diff --git a/pyproject.toml b/pyproject.toml index 8f18db9d..a4b5e061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] description = "YData SDK allows to use the *Data-Centric* tools from the YData ecosystem to accelerate AI development" readme = "README.md" -requires-python = ">=3.8,<3.13" +requires-python = ">=3.10,<3.13" classifiers = [ "License :: OSI Approved :: MIT License", 'Development Status :: 5 - Production/Stable',