diff --git a/README.md b/README.md
index 1810a7ce242dea52da94686389dcf735e0d08982..a682f788e98b4ff96f0a93d00e89298b42ef3511 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ is always available at https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling.
 S1Tiling installation has a few traps. Please read the [relevant documentation](https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest/install.html)
 regarding OTB and GDAL installation.
 
-We highly recommand the usage of [dockers](https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/container_registry/87), or of S1Tiling module for TREX users. 
+We highly recommand the usage of [dockers](https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/container_registry/87), or of S1Tiling module for TREX users.
 
 # Community
 
@@ -65,8 +65,8 @@ We highly recommand the usage of [dockers](https://gitlab.orfeo-toolbox.org/s1-t
 
 ```
 All rights reserved.
-Copyright 2017-2024 (c) CNES.
-Copyright 2022-2024 (c) CS GROUP France.
+Copyright 2017-2025 (c) CNES.
+Copyright 2022-2025 (c) CS GROUP France.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/setup.py b/setup.py
index e792d27f44b61dcb4eda0810cba569f3381321e3..7f19f0714f3843fe40e3266774aa04d06dcc5396 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup(
     package_data={"": ["LICENSE", "NOTICE"]},
     include_package_data=True, # Take MANIFEST.in into account
 
-    python_requires='>=3.8, <4',
+    python_requires='>=3.9, <4',
     install_requires=[
         "click",
         "dask[distributed]>=2022.8.1",
@@ -150,7 +150,6 @@ setup(
         "Natural Language :: English",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
-        "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",