Browse Source

removed old python versions from tests - deprecated

stefan 1 year ago
parent
commit
7aa7e47ae5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python-tests.yml

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

@@ -14,7 +14,7 @@ jobs:
     
     
     strategy:
     strategy:
       matrix:
       matrix:
-        python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
+        python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
         os: [ubuntu-latest, windows-latest, macOS-latest]
         os: [ubuntu-latest, windows-latest, macOS-latest]
 
 
     steps:
     steps: