Skip to content

Commit

Permalink
drop release tests for Python 3.7 due to updated twine
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Oct 2, 2024
1 parent 7e6a7d8 commit e43e007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -171,9 +172,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
- Data folder after fork

<!-- Links -->
[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
Expand Down

0 comments on commit e43e007

Please sign in to comment.