Browse Source

Remove Python 3.10 from tests matrix (#1465)

Rafał Pitoń 2 years ago
parent
commit
334c09869b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tests.yml

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

@@ -8,7 +8,7 @@ jobs:
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
-        python-version: ["3.10", "3.11"]
+        python-version: ["3.11"]
 
 
     services:
     services:
         postgres:
         postgres: