Browse Source

Fix py version for github actions

Colin Powell 3 months ago
parent
commit
1460b9ba77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/django.yml

+ 1 - 1
.github/workflows/django.yml

@@ -13,7 +13,7 @@ jobs:
     strategy:
     strategy:
       max-parallel: 4
       max-parallel: 4
       matrix:
       matrix:
-        python-version: [3.10, 3.11, 3.12]
+        python-version: [3.9, 3.11, 3.12]
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4