Skip to content

Commit

Permalink
Removes official support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 20, 2023
1 parent feaef73 commit 57a4b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # windows-latest, macos-latest,
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author='Trail of Bits',
version="0.5.3",
packages=find_packages(exclude=("tests",)),
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=[
"abnf~=2.2.0",
"chardet~=5.0.0",
Expand Down

0 comments on commit 57a4b34

Please sign in to comment.