Skip to content

Commit 21972c4

Browse files
committed
Update version
1 parent d9ede38 commit 21972c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
###
99

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+
1015
## [0.6.3] - 2024-04-13
1116
###
1217
- Forgot to bump minimum required pytest version in pytest-sphinx 0.6.2 #64

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-sphinx"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
55
readme = "README.rst"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)