diff --git a/.github/workflows/kedro-telemetry.yml b/.github/workflows/kedro-telemetry.yml index d870d1b83..5584ac775 100644 --- a/.github/workflows/kedro-telemetry.yml +++ b/.github/workflows/kedro-telemetry.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] uses: ./.github/workflows/unit-tests.yml with: plugin: kedro-telemetry diff --git a/kedro-telemetry/README.md b/kedro-telemetry/README.md index 79e513ea4..f5aef309a 100644 --- a/kedro-telemetry/README.md +++ b/kedro-telemetry/README.md @@ -1,6 +1,6 @@ # Kedro-Telemetry -[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://pypi.org/project/kedro-telemetry/) +[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://pypi.org/project/kedro-telemetry/) [![PyPI version](https://badge.fury.io/py/kedro-telemetry.svg)](https://pypi.org/project/kedro-telemetry/) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black) diff --git a/kedro-telemetry/RELEASE.md b/kedro-telemetry/RELEASE.md index 96bbd015e..1a60f5b88 100644 --- a/kedro-telemetry/RELEASE.md +++ b/kedro-telemetry/RELEASE.md @@ -1,5 +1,6 @@ # Upcoming release * Removed support for Python 3.8 +* Added support for Python 3.13 ## Thanks for supporting contributions [Felix Scherz](https://github.com/felixscherz)