From e43e00796f8fa633655bab98c50d20b5a84f9497 Mon Sep 17 00:00:00 2001 From: Jonas Scharpf Date: Wed, 2 Oct 2024 16:45:19 +0200 Subject: [PATCH] drop release tests for Python 3.7 due to updated twine --- .github/workflows/test.yml | 2 +- changelog.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff80efa..ac787f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] # os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout diff --git a/changelog.md b/changelog.md index 869f4a1..69b273f 100644 --- a/changelog.md +++ b/changelog.md @@ -17,10 +17,11 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$" --> ## Released -## [0.10.0] - 2024-10-02 +## [0.10.1] - 2024-10-02 ### Fixed - add support for `Python 3.11` - update `twine` version to `5.1.1` or newer to fix KeyError issue +- drop release testing with `Python 3.7` ## [0.10.0] - 2023-07-08 ### Added @@ -171,9 +172,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$" - Data folder after fork -[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.11.0...main +[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.10.1...main -[0.11.0]: https://github.com/brainelectronics/changelog2version/tree/0.11.0 +[0.10.1]: https://github.com/brainelectronics/changelog2version/tree/0.10.1 [0.10.0]: https://github.com/brainelectronics/changelog2version/tree/0.10.0 [0.9.0]: https://github.com/brainelectronics/changelog2version/tree/0.9.0 [0.8.0]: https://github.com/brainelectronics/changelog2version/tree/0.8.0