Skip to content

Commit

Permalink
⬆️ Add support for Python 3.12 (#848)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
  • Loading branch information
hugovk and chrisjsewell committed Dec 19, 2023
1 parent bb2a29d commit 330e96a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
sphinx: [">=7,<8"]
os: [ubuntu-latest]
include:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ envlist = py38-sphinx7
[testenv]
usedevelop = true

[testenv:py{37,38,39,310,311}-sphinx{6,7}]
[testenv:py{38,39,310,311,312}-sphinx{6,7}]
deps =
sphinx6: sphinx>=6,<7
sphinx7: sphinx>=7,<8
Expand Down

0 comments on commit 330e96a

Please sign in to comment.