Skip to content

Commit

Permalink
add note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 10, 2025
1 parent 9c8c86d commit 391785c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 391785c

Please sign in to comment.