Skip to content

Commit 57a4b34

Browse files
committed
Removes official support for Python 3.7
1 parent feaef73 commit 57a4b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest] # windows-latest, macos-latest,
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1919

2020
runs-on: ${{ matrix.os }}
2121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author='Trail of Bits',
2323
version="0.5.3",
2424
packages=find_packages(exclude=("tests",)),
25-
python_requires='>=3.7',
25+
python_requires='>=3.8',
2626
install_requires=[
2727
"abnf~=2.2.0",
2828
"chardet~=5.0.0",

0 commit comments

Comments
 (0)