Skip to content

Commit 2e0dde1

Browse files
authored
fix: update pyproject.toml
1 parent a5c46cc commit 2e0dde1

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
@@ -11,7 +11,7 @@ license = { text = "Apache 2.0" }
1111
dynamic = ["version"]
1212
requires-python = ">=3.8"
1313
authors = [
14-
{name = "Adrien Barbaresi", email = "barbaresi@bbaw.de"}
14+
{name = "Adrien Barbaresi", email = "adrien.barbaresi@gmail.com"}
1515
]
1616
keywords=[
1717
"datetime",
@@ -43,6 +43,7 @@ classifiers = [
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
4545
"Programming Language :: Python :: 3.13",
46+
"Programming Language :: Python :: 3.14",
4647
"Topic :: Internet :: WWW/HTTP",
4748
"Topic :: Scientific/Engineering :: Information Analysis",
4849
"Topic :: Text Processing :: Linguistic",

0 commit comments

Comments
 (0)