Skip to content

Commit

Permalink
chore: Update Python version to 3.12.x and poetry version to 2024.06.…
Browse files Browse the repository at this point in the history
…05.01
  • Loading branch information
kharigardner committed Jun 5, 2024
1 parent 5f961d2 commit 6550476
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.11.x', '3.8.x', '3.9.x', '3.10.x']
python-version: ['3.11.x', '3.8.x', '3.9.x', '3.10.x', '3.12.x']

name: pytest ${{ matrix.python-version }}
steps:
Expand Down
Loading

0 comments on commit 6550476

Please sign in to comment.