Skip to content

Commit

Permalink
Drop support for Python 3.8 (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice authored Nov 7, 2024
1 parent 6481217 commit 4ffdbaa
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
env:
PLATFORM: ${{ matrix.platform }}
steps:
Expand Down
Loading

0 comments on commit 4ffdbaa

Please sign in to comment.