Skip to content

Commit 78e4dbb

Browse files
committed
Deprecate 3.9 support
1 parent 59c4828 commit 78e4dbb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
31-
python_version: ["3.9", "3.10", "3.11", "3.12"]
31+
python_version: ["3.10", "3.11", "3.12"]
3232
exclude:
33-
- os: macos-latest-xlarge
34-
python_version: "3.9"
3533
- os: macos-latest-xlarge
3634
python_version: "3.10"
3735
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A related option is VS Code Dev Containers, which will open the project in your
6969

7070
* [Azure Developer CLI (azd)](https://aka.ms/install-azd)
7171
* [Node.js 18+](https://nodejs.org/download/)
72-
* [Python 3.9+](https://www.python.org/downloads/)
72+
* [Python 3.10+](https://www.python.org/downloads/)
7373
* [PostgreSQL 14+](https://www.postgresql.org/download/)
7474
* [pgvector](https://github.com/pgvector/pgvector)
7575
* [Docker Desktop](https://www.docker.com/products/docker-desktop/)

src/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile pyproject.toml -o requirements.txt --python-version 3.9
2+
# uv pip compile pyproject.toml -o requirements.txt --python-version 3.10
33
aiohappyeyeballs==2.4.4
44
# via aiohttp
55
aiohttp==3.11.18

0 commit comments

Comments
 (0)