Initial commit: Tamigo CLI with Gitea Actions and global installation support
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
"""
|
||||
Exports function list_versions() for unicode version level support.
|
||||
|
||||
This code generated by wcwidth/bin/update-tables.py on 2026-01-27 00:41:01 UTC.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def list_versions() -> tuple[str, ...]:
|
||||
"""
|
||||
Return Unicode version levels supported by this module release.
|
||||
|
||||
.. versionchanged:: 0.5.0
|
||||
Now returns a single-element tuple containing only the latest version.
|
||||
|
||||
:returns: Supported Unicode version numbers in ascending sorted order.
|
||||
"""
|
||||
return (
|
||||
"17.0.0",
|
||||
)
|
||||
Reference in New Issue
Block a user