]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Require Python 3.11+
authorRaphael Michel <michel@rami.io>
Tue, 24 Mar 2026 08:33:49 +0000 (09:33 +0100)
committerRaphael Michel <michel@rami.io>
Tue, 24 Mar 2026 08:33:49 +0000 (09:33 +0100)
.github/workflows/tests.yml
pyproject.toml

index e5cff8bb1f315d26a0ebbb9e582eca07624a14af..be75ee9ece7aabc6d2a4aa6a6a28a8c35b44723e 100644 (file)
@@ -13,10 +13,10 @@ jobs:
     strategy:
       matrix:
         python-version:
-          - "3.9"
-          - "3.10"
           - "3.11"
           - "3.12"
+          - "3.13"
+          - "3.14"
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python ${{ matrix.python-version }}
index 5afe991a31616041f2844b622fe05ada8bbf90ee..98ea7c40a1cc5e10d291c92a8efc6e65ce950ac7 100644 (file)
@@ -18,12 +18,12 @@ classifiers = [
   "Development Status :: 4 - Beta",
   "Intended Audience :: Developers",
   "Intended Audience :: Other Audience",
-  "Programming Language :: Python :: 3.9",
-  "Programming Language :: Python :: 3.10",
   "Programming Language :: Python :: 3.11",
   "Programming Language :: Python :: 3.12",
+  "Programming Language :: Python :: 3.13",
+  "Programming Language :: Python :: 3.14",
 ]
-requires-python = ">=3.9"
+requires-python = ">=3.11"
 dependencies = [
   "bleach",
   "mt-940",