Skip to content

Commit 2d559d6

Browse files
committed
drop Python 3.8 support
1 parent f1696cc commit 2d559d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
31+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Set up Python ${{ matrix.python-version }}

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3',
5353
'Programming Language :: Python :: 3 :: Only',
54-
'Programming Language :: Python :: 3.8',
5554
'Programming Language :: Python :: 3.9',
5655
'Programming Language :: Python :: 3.10',
5756
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)