Skip to content

Commit

Permalink
1 FILE(s) | .github/workflows/python-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-d committed May 17, 2024
1 parent 751e11b commit 5dd5a3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
[
'3.5.10-slim',
'3.6.13-slim',
python-version: [
#'3.5.10-slim',
#'3.6.13-slim',
'3.7.17-slim',
'3.8.18-slim',
'3.9.19-slim',
Expand Down

0 comments on commit 5dd5a3b

Please sign in to comment.