@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " emoji"
77description = " Emoji for Python"
88readme = " README.rst"
9- requires-python = " >=3.7 "
9+ requires-python = " >=3.8 "
1010authors = [
1111 {
name =
" Taehoon Kim" ,
email =
" [email protected] " },
1212 {
name =
" Kevin Wurster" ,
email =
" [email protected] " },
@@ -19,13 +19,13 @@ classifiers = [
1919 " License :: OSI Approved :: BSD License" ,
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python :: 3" ,
22- " Programming Language :: Python :: 3.7" ,
2322 " Programming Language :: Python :: 3.8" ,
2423 " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
2827 " Programming Language :: Python :: 3.13" ,
28+ " Programming Language :: Python :: 3.14" ,
2929 " Programming Language :: Python :: Implementation :: CPython" ,
3030 " Programming Language :: Python :: Implementation :: PyPy" ,
3131 " Programming Language :: Python" ,
@@ -34,7 +34,6 @@ classifiers = [
3434 " Topic :: Software Development :: Libraries :: Python Modules" ,
3535 " Typing :: Typed" ,
3636]
37- dependencies = [" typing_extensions >= 4.7.0; python_version < '3.9'" ]
3837dynamic = [" version" ]
3938
4039[project .urls ]
@@ -58,7 +57,7 @@ pythonpath = [".", "utils"]
5857testpaths = [" tests" ]
5958
6059[tool .pyright ]
61- pythonVersion = " 3.7 "
60+ pythonVersion = " 3.8 "
6261pythonPlatform = " All"
6362typeCheckingMode = " strict"
6463extraPaths = [" utils" ]
@@ -90,7 +89,8 @@ ignore = ["Q000", "Q003"]
9089[tool .tox ]
9190legacy_tox_ini = """
9291 [tox]
93- minversion = 4.15.0
92+ minversion = 4.30.0
93+
9494
9595 [testenv]
9696 description = Run the tests with pytest
0 commit comments