We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f312c8 + 089734b commit b1d89dfCopy full SHA for b1d89df
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
# MacOS disabled for now
19
- windows-latest
20
python-version:
21
- - "3.8"
22
- "3.9"
23
- "3.10"
24
- "3.11"
CHANGELOG.md
@@ -37,6 +37,7 @@
37
38
### Removed
39
40
+- Dropped Python 3.8 support.
41
- Dropped Python 3.7 support.
42
43
## 1.8.1 - 2022-12-18
pyproject.toml
@@ -13,7 +13,6 @@ classifiers = [
13
"License :: OSI Approved :: MIT License",
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3.8",
17
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
0 commit comments