min python to 3.8

This commit is contained in:
msramalho
2024-01-23 12:50:55 +00:00
parent e525ff24b1
commit ccb8c1f5c7
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.10']
python: ['3.8', '3.10']
task: # --show-capture=no on purpose, -s for captchas
- name: Test
run: |