Skip to content

Commit

Permalink
Retire python 3.8 due to backwards compatibility problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Oct 24, 2023
1 parent 699c3aa commit 1d77d46
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 6
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
python-version: [ "3.8", "3.9", "3.10", "3.11"]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

runs-on: ${{ matrix.os }}

Expand Down
Loading

0 comments on commit 1d77d46

Please sign in to comment.