Skip to content

Commit d8bf091

Browse files
committed
Remove support for Python 3.9 (EOL)
1 parent 73a6e77 commit d8bf091

File tree

4 files changed

+4
-38
lines changed

4 files changed

+4
-38
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.9"
24+
python-version: "3.10"
2525
cache: pip
2626

2727
- name: Install build dependencies

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- name: Start Typesense

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "typesense"
33
description = "Python client for Typesense, an open source and typo tolerant search engine."
44
authors = [{ name = "Typesense", email = "[email protected]" }]
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.10"
66
readme = "README.md"
77
license = { text = "Apache 2.0" }
88
keywords = [
@@ -15,7 +15,6 @@ classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",

uv.lock

Lines changed: 1 addition & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)