Skip to content

Commit

Permalink
py3.6 no longer CI/CD compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaan Hossain committed Nov 3, 2024
1 parent 684a5fc commit c44e7dc
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 @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [3.6, 3.12]
python-version: [3.8, 3.12]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c44e7dc

Please sign in to comment.