From eff9d305048c995e37de582fcaa3fc661a868dd1 Mon Sep 17 00:00:00 2001
From: Firq <firelp42@gmail.com>
Date: Sat, 5 Apr 2025 20:16:34 +0200
Subject: [PATCH] python 3.9 support? nope

---
 .forgejo/workflows/check.yaml | 2 +-
 pyproject.toml                | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml
index c2c104d..470917f 100644
--- a/.forgejo/workflows/check.yaml
+++ b/.forgejo/workflows/check.yaml
@@ -37,7 +37,7 @@ jobs:
     runs-on: docker
     strategy:
       matrix:
-        container: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
+        container: [ "3.10", "3.11", "3.12", "3.13" ]
     container: forgejo.neshweb.net/ci-docker-images/python-neshweb:${{ matrix.container }}
     steps:
       - name: Checkout source code
diff --git a/pyproject.toml b/pyproject.toml
index ecb0321..11fc0ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,14 +1,13 @@
 [project]
 name = "skyeweave"
 version = "1.0.0-c.4"
-requires-python = ">= 3.9"
+requires-python = ">= 3.10"
 authors = [{name = "Firq", email = "me@firq.dev"}]
 maintainers = [{name = "Firq", email = "me@firq.dev"}]
 description = "Helper script to easily generate experssions from FGO expression sheets"
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Programming Language :: Python :: 3",
-    "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",