From d73b2e6d3d2fbabe8d045ba8dccb6dc5071d067a Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 10 Oct 2024 15:57:49 +0200
Subject: [PATCH] Drop Py 3.8 support (#464)

---
 .gitlab-ci.yml | 5 -----
 pyproject.toml | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 090482e6..327fd0c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,11 +96,6 @@ ruff:
     - poetry install --extras deathreaper
     - poetry run pytest tests/unit
 
-unit_tests:3.8:
-  extends: .tests
-  variables:
-    PYTHON_VERSION: "3.8"
-
 unit_tests:3.9:
   extends: .tests
   variables:
diff --git a/pyproject.toml b/pyproject.toml
index 1cb8759a..f5427449 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
 include = ["g1_monetary_license/g1_monetary_license_*.rst"]
 
 [tool.poetry.dependencies]
-python = "^3.8.0"
+python = "^3.9.0"
 duniterpy = "~1.2.0"
 rich-click = "^1.8.3"
 texttable = "^1.7.0"
-- 
GitLab