Skip to content

Commit f6db73f

Browse files
authored
Merge pull request #18 from babeloff/master
provide a release tag 2.0.2
2 parents 6bc6a9c + 0df7597 commit f6db73f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v3

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ testresources release notes
55
IN DEVELOPMENT
66
--------------
77

8+
2.0.2
9+
~~~~~
10+
11+
CHANGES
12+
~~~~~~~
13+
14+
* Skip testBasicSortTests in general (Kelledin)
15+
16+
* Add a TestResourceManager.id() API for letting test results report about a resource identity (freeekanayaka)
17+
18+
* Refactor failIf to assertFalse for Python 3.12 Compatibility (cjwatson)
19+
20+
* Add support for Python >=3.10 (jelmer)
21+
22+
823
2.0.1
924
~~~~~
1025

0 commit comments

Comments
 (0)