Skip to content

Commit

Permalink
new: Enable support for python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 22, 2024
1 parent be0b551 commit dbe29f8
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']

steps:

Expand Down
Loading

0 comments on commit dbe29f8

Please sign in to comment.