Skip to content

Commit 9b4800e

Browse files
committed
Drop support for EOL Python 3.7
1 parent 47dbdf7 commit 9b4800e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ image: Visual Studio 2019
55

66
environment:
77
matrix:
8-
- PYTHON: "C:\\Python36"
9-
- PYTHON: "C:\\Python36-x64"
10-
- PYTHON: "C:\\Python37"
11-
- PYTHON: "C:\\Python37-x64"
128
- PYTHON: "C:\\Python38"
139
- PYTHON: "C:\\Python38-x64"
1410
- PYTHON: "C:\\Python39"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ authors = [
77
]
88
readme = "README.rst"
99
license = {file = "LICENSE"}
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
classifiers = [
1212
"License :: OSI Approved :: BSD License",
1313
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python :: 3",
15-
"Programming Language :: Python :: 3.7",
1615
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)