Skip to content

Commit b868933

Browse files
committed
chore: deprecate 3.9
1 parent cce50e7 commit b868933

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.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", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
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 = "contact@typesense.org" }]
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",

0 commit comments

Comments
 (0)