diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 312f2326..61d0a391 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,11 +45,14 @@ jobs: python: - "3.10" - "3.11" + - "3.12" platform: - "ubuntu-latest" include: - python: "3.11" platform: "macos-latest" + - python: "3.12" + platform: "macos-latest" steps: - name: "Harden Runner" uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 diff --git a/tox.ini b/tox.ini index 7590a2ba..4b8381b3 100644 --- a/tox.ini +++ b/tox.ini @@ -93,5 +93,6 @@ commands = [gh] python = + 3.12 = py312-{unitcov, functional} 3.11 = py311-{unitcov, functional} 3.10 = py310-{unitcov, functional}