Skip to content

Commit ea4d99d

Browse files
committed
Update python
1 parent 19b3243 commit ea4d99d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python_version: [3.9, '3.10', '3.11', '3.12', '3.13']
12+
python_version: ['3.11', '3.12', '3.13']
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: 3.9
47+
python-version: 3.11
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,13 @@ classifiers = [
8181
"Framework :: FastAPI",
8282
"Framework :: AsyncIO",
8383
"Intended Audience :: Developers",
84-
"Programming Language :: Python :: 3.9",
85-
"Programming Language :: Python :: 3.10",
8684
"Programming Language :: Python :: 3.11",
8785
"Programming Language :: Python :: 3.12",
8886
"Programming Language :: Python :: 3.13",
8987
"Programming Language :: Python :: 3 :: Only",
9088
"Topic :: Internet :: WWW/HTTP :: Session",
9189
]
92-
requires-python = ">=3.9"
90+
requires-python = ">=3.11"
9391
dependencies = [
9492
"fastapi-users >= 14.0.0",
9593
"aiopynamodb@git+https://github.com/AppSolves/AioPynamoDB@master#egg=aiopynamodb>=1.0.1",

0 commit comments

Comments
 (0)