Skip to content

Commit

Permalink
Add Python 3.12 to ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Dec 11, 2023
1 parent 2f5f0e9 commit 186dd45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ asyncio_mode = "auto"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39, py310, py311, lint, type
envlist = py39, py310, py311, py312, lint, type
isolated_build = True
skip_missing_interpreters = True
ignore_basepython_conflict = True
Expand All @@ -218,7 +218,8 @@ legacy_tox_ini = """
python =
3.9: py39
3.10: py310
3.11: py311, lint, type
3.11: py311
3.12: py312, lint, type
[testenv]
deps =
Expand Down

0 comments on commit 186dd45

Please sign in to comment.