Chore: Bump minimal python version to 3.12
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 20 Nov 2024 17:54:45 +0000 (18:54 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 20 Nov 2024 17:54:45 +0000 (18:54 +0100)
.github/workflows/build-base-image.yml
.github/workflows/release.yml
pyproject.toml

index 82b0ecca213b5320123683bd746220ab329f8d21..6cd1a850c2f16e58d1b838cb45cbed6a331d92e8 100644 (file)
@@ -8,7 +8,7 @@ on:
         required: true
         type: string
 env:
-  PYTHON_VERSION: "3.11"
+  PYTHON_VERSION: "3.12"
 
 jobs:
   build-base-image:
index 6c326a653d56025324d4b77e609a31b446bba77f..76e35efeb8c3d590d432c627408b14de59952627 100644 (file)
@@ -5,7 +5,7 @@ on:
     types: [published]
 
 env:
-  PYTHON_VERSION: "3.11"
+  PYTHON_VERSION: "3.12"
   BASE_IMAGE_VERSION_STABLE: "1.1.2"
   BASE_IMAGE_VERSION_BETA: "1.1.2"
 
index 4fadd7b3e348a2a33467bfae1ac192da17a976da..77aa13d79c40291608221456edb7f74dcdef880f 100644 (file)
@@ -6,8 +6,8 @@ authors = [
 ]
 classifiers = [
   "Environment :: Console",
-  "Programming Language :: Python :: 3.11",
   "Programming Language :: Python :: 3.12",
+  "Programming Language :: Python :: 3.13",
 ]
 dependencies = [
   "aiodns>=3.0.0",