]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Update Python versions for CI
authorRaphael Michel <michel@rami.io>
Wed, 22 Jan 2025 10:56:29 +0000 (11:56 +0100)
committerRaphael Michel <michel@rami.io>
Wed, 22 Jan 2025 10:56:29 +0000 (11:56 +0100)
.github/workflows/tests.yml

index 5a5c3bc63df9e7ba3a129951eec3c086841aa669..fd39aa60fb02f9d528a3373ecd08a0e1d4943c52 100644 (file)
@@ -13,9 +13,9 @@ jobs:
     strategy:
       matrix:
         python-version:
-          - "3.8"
-          - "3.9"
-          - "3.10"
+          - "3.11"
+          - "3.12"
+          - "3.13"
     steps:
       - uses: actions/checkout@v2
       - name: Install Dependencies