Skip to content

Commit

Permalink
test: don't validate with python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
  • Loading branch information
Silvanoc committed Nov 9, 2023
1 parent d0c339a commit 038de55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.12", "3.11", "3.8" ]
python-version: [ "3.12", "3.11", "3.9" ]

steps:

Expand Down

0 comments on commit 038de55

Please sign in to comment.