Skip to content

Commit 74e85b0

Browse files
authored
Merge pull request #40 from DakaraProject/python/drop-3.8
Python 3.8 drop
2 parents ca738cc + 44dae38 commit 74e85b0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
python-version:
21-
- "3.8"
2221
- "3.9"
2322
- "3.10"
2423
- "3.11"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
### Removed
3939

40+
- Dropped Python 3.8 support.
4041
- Dropped Python 3.7 support.
4142

4243
## 1.8.0 - 2022-11-23

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ description = "External database feeder for the Dakara Project"
88
readme = "README.md"
99
license = {file = "LICENSE"}
1010
dynamic = ["version"]
11-
requires-python = ">= 3.8"
11+
requires-python = ">= 3.9"
1212
classifiers = [
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",

0 commit comments

Comments
 (0)