Skip to content

Commit 251e223

Browse files
committed
Bump to 2.5.0
1 parent 9599938 commit 251e223

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Setup Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python }}
2727
- name: Install Tox and any other packages

changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ All notable changes to this project be documented in this file.
2020
2121
-->
2222

23-
## [Unreleased] - 2025-Feb-9
23+
## [2.5.0] - 2025-Feb-12
2424

25-
Probably 2.5.0
25+
### Changed/Added
26+
27+
- Add type hints, remove support for Python 3.8, resolves #163, thanks @mfulgo
2628

2729
### Fixed
2830

2931
- Fixes #171, check doesn't respect runxfail option, thanks @taylermulligan
3032

33+
3134
## [2.4.2] - 2025-Feb-8
3235

3336
### Modified

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [{name = "Brian Okken"}]
44
readme = "README.md"
55
license = {file = "LICENSE.txt"}
66
description="A pytest plugin that allows multiple failures per test."
7-
version = "2.4.2"
7+
version = "2.5.0"
88
requires-python = ">=3.9"
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)