Skip to content

Commit dd3e564

Browse files
Dropped support for Python 3.8 since it has passed the EOL period
1 parent 06d5989 commit dd3e564

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
34+
python-versions: ["3.9", "3.10", "3.11", "3.12"]
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Set up Python ${{ matrix.python-versions }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Installation
3131

32-
This library requires Python 3.8 to 3.12. It was last tested against Python 2.7 in version 1.3.0.
32+
This library requires Python 3.9 to 3.12. It was last tested against Python 2.7 in version 1.3.0.
3333

3434
```sh
3535
pip3 install chartmogul

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
classifiers=[
6868
"Programming Language :: Python",
6969
"Programming Language :: Python :: 3",
70-
"Programming Language :: Python :: 3.8",
7170
"Programming Language :: Python :: 3.9",
7271
"Programming Language :: Python :: 3.10",
7372
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)