Skip to content

Commit

Permalink
TST: Add Python 3.12
Browse files Browse the repository at this point in the history
TST: Install setuptools for tests
in Python 3.12
  • Loading branch information
pllim committed Aug 10, 2023
1 parent 2da9fb1 commit 680bf31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
python-version: '3.11'
toxenv: py311-test-sphinx71-cov-clocale
- os: ubuntu-latest
python-version: '3.11'
toxenv: py311-test-sphinxdev
python-version: '3.12-dev'
toxenv: py312-test-sphinxdev

# MacOS X - just the stable and dev
- os: macos-latest
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -28,6 +28,7 @@ test =
pytest-cov
cython
coverage
setuptools;python_version>='3.12'
rtd =
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
sphinx<7
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}-test-sphinx{40,53,62,70,71,dev}{-cov}{-clocale}
envlist = py{37,38,39,310,311,312}-test-sphinx{40,53,62,70,71,dev}{-cov}{-clocale}
requires = pip >= 18.0
setuptools >= 30.3.0
isolated_build = true
Expand Down

0 comments on commit 680bf31

Please sign in to comment.