Skip to content

Commit

Permalink
try out python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
holmrenser committed May 31, 2024
1 parent 6a5ca25 commit 54c0651
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 733 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.8.3"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 54c0651

Please sign in to comment.