@@ -8,7 +8,7 @@ description = "Python client for Kili Technology labeling tool"
88readme = " README.md"
99authors = [{ name = " Kili Technology" , email = " contact@kili-technology.com" }]
1010license = { file = " LICENSE.txt" }
11- requires-python = " >=3.8 "
11+ requires-python = " >=3.9 "
1212classifiers = [
1313 " Intended Audience :: Science/Research" ,
1414 " Intended Audience :: Developers" ,
@@ -21,7 +21,6 @@ classifiers = [
2121 " Operating System :: Unix" ,
2222 " Operating System :: MacOS" ,
2323 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
2726 " Programming Language :: Python :: 3.11" ,
@@ -50,8 +49,7 @@ dependencies = [
5049 " pip-system-certs >= 4.0.0, < 5.0.0; platform_system=='Windows'" ,
5150 " pyrate-limiter >= 3, < 4" ,
5251 " shapely >= 1.8, < 3" ,
53- " pyproj >= 2.6.1, < 3; python_version < '3.9'" ,
54- " pyproj == 3.6.1; python_version >= '3.9'" ,
52+ " pyproj == 3.6.1" ,
5553 " kili-formats == 0.1.8"
5654]
5755urls = { homepage = " https://github.com/kili-technology/kili-python-sdk" }
@@ -100,7 +98,7 @@ azure = ["azure-storage-blob >= 12.0.0, < 13.0.0"]
10098
10199[tool .pyright ]
102100exclude = [" **/__pycache__" , " .github/scripts/upload_test_stats_datadog.py" ]
103- pythonVersion = " 3.8 "
101+ pythonVersion = " 3.9 "
104102typeCheckingMode = " basic"
105103
106104[tool .ruff ]
0 commit comments