From 391785c8338142d4df9c6f37ab632e41362d6046 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 10 Jan 2025 09:20:22 +0100 Subject: [PATCH] add note to readme --- README.md | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b368e2a8ef..cff14794b4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Be it a Google Colab notebook, AWS Lambda function, an Airflow DAG, your local l ## Installation -dlt supports Python 3.9+. +dlt supports Python 3.9+. Python 3.13 is supported but considered experimental at this time as not all of dlts extras have python 3.13. support. We additionally maintain a [forked version of pendulum](https://github.com/dlt-hub/pendulum) for 3.13 until there is a release for 3.13. ```sh pip install dlt diff --git a/pyproject.toml b/pyproject.toml index ff64ee4d77..5fcf629ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ requests = ">=2.26.0" pendulum = {version = ">=2.1.2", markers = "python_version < '3.13'"} # NOTE: revert to normal pendulum once it supports python 3.13 dlt-pendulum = [ - # {path="../pendulum", markers = "python_version >= '3.13'"} {version="3.0.1a1", allow-prereleases = true, markers = "python_version >= '3.13'"} ] simplejson = ">=3.17.5"