diff --git a/.github/workflows/run-tox.yml b/.github/workflows/run-tox.yml index e8048b93..17106d8b 100644 --- a/.github/workflows/run-tox.yml +++ b/.github/workflows/run-tox.yml @@ -20,7 +20,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index e9af097f..4f8e4380 100644 --- a/tox.ini +++ b/tox.ini @@ -5,11 +5,9 @@ envlist = py39 py310 py311 + py312 docs -# pendulum build fails for 3.12 -# py312 - [gh-actions] python =