Skip to content

Commit e93d971

Browse files
committed
update project metadata
1 parent 31b3eb3 commit e93d971

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ optional-dependencies = { dev = [
2626
] }
2727
classifiers = [
2828
"Development Status :: 5 - Production/Stable",
29+
"Programming Language :: Python :: 3.14",
2930
"Programming Language :: Python :: 3.13",
3031
"Programming Language :: Python :: 3.12",
3132
"Programming Language :: Python :: 3.11",
@@ -109,7 +110,7 @@ xulbux-help = "xulbux.cli.help:show_help"
109110

110111
[tool.black]
111112
line-length = 127
112-
target-version = ['py310', 'py311', 'py312', 'py313']
113+
target-version = ['py310', 'py311', 'py312', 'py313', 'py314']
113114
include = '\.pyi?$'
114115
extend-exclude = '''
115116
/(

0 commit comments

Comments
 (0)