diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index d7d4d3e..8bb0fae 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 diff --git a/NEWS b/NEWS index 3a695c2..2683d3c 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,21 @@ testresources release notes IN DEVELOPMENT -------------- +2.0.2 +~~~~~ + +CHANGES +~~~~~~~ + +* Skip testBasicSortTests in general (Kelledin) + +* Add a TestResourceManager.id() API for letting test results report about a resource identity (freeekanayaka) + +* Refactor failIf to assertFalse for Python 3.12 Compatibility (cjwatson) + +* Add support for Python >=3.10 (jelmer) + + 2.0.1 ~~~~~