Skip to content

Commit

Permalink
ci: test on py312
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 7, 2023
1 parent 4da32d0 commit 6c0602e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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"]
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ select = [
"I", # isort
"UP", # pyupgrade
"RUF", # ruff specific rules
"TID",
]

[tool.mypy]
Expand Down

0 comments on commit 6c0602e

Please sign in to comment.