Skip to content

Commit

Permalink
chore: remove support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Nov 25, 2024
1 parent 6976b73 commit 9a1c1e5
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: true
matrix:
os: [ "ubuntu-latest", "macos-latest" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
Loading

0 comments on commit 9a1c1e5

Please sign in to comment.