File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 - macos-latest
1919 - windows-latest
2020 python-version :
21- - " 3.8"
2221 - " 3.9"
2322 - " 3.10"
2423 - " 3.11"
Original file line number Diff line number Diff line change 3737
3838### Removed
3939
40+ - Dropped Python 3.8 support.
4041- Dropped Python 3.7 support.
4142
4243## 1.8.0 - 2022-11-23
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ description = "External database feeder for the Dakara Project"
88readme = " README.md"
99license = {file = " LICENSE" }
1010dynamic = [" version" ]
11- requires-python = " >= 3.8 "
11+ requires-python = " >= 3.9 "
1212classifiers = [
1313 " License :: OSI Approved :: MIT License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.8" ,
1716 " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments