Skip to content

Commit

Permalink
Drop Python 3.8, add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 12, 2024
1 parent 6fe57a5 commit d3e91f9
Show file tree
Hide file tree
Showing 3 changed files with 1,212 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest]
include:
# only run benchmarks for the following configuration...
Expand Down

0 comments on commit d3e91f9

Please sign in to comment.