Skip to content

Commit 7c4343c

Browse files
committed
Soft-drop py3{8,9}
1 parent d3f9d1c commit 7c4343c

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ make lint test
3838

3939
## Guidelines
4040

41-
- **Python Support**: Target Python 3.8+ compatibility
41+
- **Python Support**: Target Python 3.10+ compatibility
4242
- **Dependencies**: No new dependencies without approval
4343
- **Documentation**: Update docs for user-facing changes
4444
- **Testing**: Maintain test coverage for new code

.github/workflows/run_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.10"
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v5
1919
- name: Install dependencies
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
49+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ classifiers = [
2626
"Framework :: aiohttp",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python",
29-
"Programming Language :: Python :: 3.8",
30-
"Programming Language :: Python :: 3.9",
3129
"Programming Language :: Python :: 3.10",
3230
"Programming Language :: Python :: 3.11",
3331
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)