Skip to content

Commit

Permalink
chore: remove 2.7/3.5 as not supported in gtihub-action
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed Jun 27, 2024
1 parent 4ae6ac6 commit f189bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
python-version: [ 2.7, 3.5, 3.6.7, 3.6.10, 3.6.14, 3.7.5, 3.7.11, 3.8.0, 3.8.5, 3.9.0, 3.9.6, 3.9.18, 3.10.13, 3.11.6]
python-version: [ 3.6.7, 3.6.10, 3.6.14, 3.7.5, 3.7.11, 3.8.0, 3.8.5, 3.9.0, 3.9.6, 3.9.18, 3.10.13, 3.11.6]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f189bce

Please sign in to comment.