Skip to content

Commit c39dd64

Browse files
committed
Update README -- Python 3.14 is out
1 parent 2339901 commit c39dd64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ A 🤘 rockin' t-string HTML templating system for Python 3.14.
1212

1313
## Installation
1414

15-
Just run:
15+
You'll need [Python 3.14](https://www.python.org/downloads/release/python-3140/), which was released in October 2025.
16+
17+
Then, just run:
1618

1719
```bash
1820
pip install tdom
1921
```
2022

21-
Python 3.14 isn't out yet, but you can use
22-
[Astral's `uv`](https://docs.astral.sh/uv/) to easily try `tdom` in a Python
23-
3.14 environment:
23+
If you have [Astral's `uv`](https://docs.astral.sh/uv/) you can easily try `tdom` in an isolated Python 3.14 environment:
2424

2525
```bash
2626
uv run --with tdom --python 3.14 python

0 commit comments

Comments
 (0)