Skip to content

Commit

Permalink
Remove workflow testing for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
2015aroras committed Dec 19, 2024
1 parent 5630709 commit c89e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.9', '3.10']
task:
- name: Test
run: |
Expand Down

0 comments on commit c89e350

Please sign in to comment.