Skip to content

Commit

Permalink
TST: Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Aug 10, 2023
1 parent 2da9fb1 commit d0d62dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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 d0d62dd

Please sign in to comment.