]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Add tox-gh-actions config for Python 3.12
authorStephen Finucane <stephen@that.guru>
Wed, 17 Jan 2024 15:14:42 +0000 (15:14 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 17 Jan 2024 15:17:04 +0000 (15:17 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/workflows/ci.yaml
tox.ini

index 1b6ae4b649f33d300ec44fa4128c9d40691803f0..a4a65789b85e0c939419a42884a84d2ad8a90601 100644 (file)
@@ -27,6 +27,8 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
+        # NOTE: If you add a version here, don't forget to update the
+        # '[gh-actions]' section in tox.ini
         python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
         db: [postgres, mysql, sqlite3]
     env:
diff --git a/tox.ini b/tox.ini
index 4276ed1b834ec746298ea551db64ca08d8aa3180..041097cd507b6cfd2db71ad4fda282e133b5cdfd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -75,3 +75,4 @@ python =
     3.9: py39
     3.10: py310
     3.11: py311
+    3.12: py312