We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ede38 commit 21972c4Copy full SHA for 21972c4
2 files changed
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
###
9
10
+## [0.7] - 2025-11-28
11
+###
12
+ - Drop support for python 3.8 and 3.9 and add support for 3.13 and 3.14
13
+ - Adapt to changes in doctest stdlib package (Fixes #67)
14
+
15
## [0.6.3] - 2024-04-13
16
17
- Forgot to bump minimum required pytest version in pytest-sphinx 0.6.2 #64
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pytest-sphinx"
3
-version = "0.6.3"
+version = "0.7.0"
4
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
5
readme = "README.rst"
6
requires-python = ">=3.10"
0 commit comments