mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
drop support for Click 7.0
This commit is contained in:
parent
683ccbf916
commit
a392f09a51
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||||
click-version: [ "click~=7.0", "click~=8.0" ]
|
click-version: [ "click~=8.0" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file
|
|||||||
|
|
||||||
- added a `--version` option to `yaclog show` that prints just the version number
|
- added a `--version` option to `yaclog show` that prints just the version number
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- removed support for Click 7 as a dependency
|
||||||
|
|
||||||
|
|
||||||
## Version 1.2.0 - 2024-04-16
|
## Version 1.2.0 - 2024-04-16
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ classifiers = [
|
|||||||
|
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Click >= 7.0",
|
"Click >= 8.0",
|
||||||
"GitPython >= 3",
|
"GitPython >= 3",
|
||||||
"packaging >= 20",
|
"packaging >= 20",
|
||||||
"tomlkit >= 0.11"
|
"tomlkit >= 0.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user