diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a3d33f..4fce56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,8 @@ jobs: machine: ubuntu-22.04 - python-version: "3.11" machine: ubuntu-22.04 + - python-version: "3.12" + machine: ubuntu-22.04 steps: - uses: "actions/checkout@v3" - uses: "actions/setup-python@v4" diff --git a/tox.ini b/tox.ini index 3916c8c..e705eec 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ python = 3.9: py39, typing, pypi-description 3.10: py310, typing 3.11: py311, typing + 3.11: py312, typing pypi-description: pypi-description [tox] @@ -15,6 +16,7 @@ envlist = py39 py310 py311 + py312 lint typing pypi-description