Skip to content

Commit abaef67

Browse files
committed
Drop Python 3.9 support, add Python 3.13 and 3.14
1 parent 16c3eea commit abaef67

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.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
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.5",
2424
packages=find_packages(exclude=("tests",)),
25-
python_requires='>=3.9',
25+
python_requires='>=3.10',
2626
install_requires=[
2727
"abnf~=2.2.0",
2828
"chardet>=5.0.0",

0 commit comments

Comments
 (0)