diff --git a/.woodpecker.yml b/.woodpecker.yml
index 06b439e..502c9e6 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -15,7 +15,7 @@ pipeline:
       - ls
       - python -m venv venv 
       - /bin/bash -c "source venv/bin/activate"
-      - python -m pip install --upgrade pip
+      - python -m pip install --upgrade pip pytest
       - python -m pip install -r requirements.txt
       - pytest tests/
 
@@ -23,8 +23,6 @@ pipeline:
 
 matrix:
   TAG:
-    - 3.7
     - 3.9
-    - 3.8
     - 3.10