Skip to content

Commit e10196f

Browse files
remove EOLed 3.7 (#1413)
1 parent b5f5432 commit e10196f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
33+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3434
os: [ubuntu-latest, windows-latest, macos-latest]
3535

3636
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"Natural Language :: English",
5555
"Operating System :: OS Independent",
5656
"Programming Language :: Python",
57-
"Programming Language :: Python :: 3.7",
5857
"Programming Language :: Python :: 3.8",
5958
"Programming Language :: Python :: 3.9",
6059
"Programming Language :: Python :: 3.10",
6160
"Programming Language :: Python :: 3.11",
61+
"Programming Language :: Python :: 3.12",
6262
"Topic :: Software Development :: Libraries :: Python Modules",
6363
],
6464
long_description=readme,

0 commit comments

Comments
 (0)