Skip to content

Commit 95045d5

Browse files
authored
Add notice for UUID version support in Python 3.14
1 parent 05fc749 commit 95045d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ New time-based UUID formats which are suited for use as a database key.
99

1010
This module extends immutable UUID objects (the UUID class) with the functions `uuid6()`, `uuid7()`, and `uuid8()` from the proposed [IETF RFC 9562][rfc9562].
1111

12+
## NOTICE
13+
[Python 3.14][py314-uuid] added support for UUID versions 6, 7, and 8 via uuid6(), uuid7(), and uuid8() respectively, as specified in RFC 9562.
14+
1215
## Install
1316

1417
```shell
@@ -199,3 +202,4 @@ Mean +- std dev: 1.73 us +- 0.01 us
199202
[rfc9562]: https://datatracker.ietf.org/doc/rfc9562/
200203
[python randbits]: https://docs.python.org/3/library/secrets.html#secrets.randbits
201204
[bench]: https://github.com/oittaa/uuid6-python/blob/main/bench.sh
205+
[py314-uuid]: https://docs.python.org/3/whatsnew/3.14.html#uuid

0 commit comments

Comments
 (0)