Skip to content

Commit dff7f42

Browse files
committed
chore: remove support for python 3.9 (BREAKING CHANGE)
1 parent a262d0c commit dff7f42

3 files changed

Lines changed: 5 additions & 197 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ readme = "README.md"
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",
1212
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
13-
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",
1615
"Programming Language :: Python :: 3.12",
1716
"Programming Language :: Python :: 3.13",
1817
"Programming Language :: Python :: 3.14",
1918
"Topic :: Software Development",
2019
]
21-
requires-python = ">=3.9"
20+
requires-python = ">=3.10"
2221
dependencies = [
2322
"aiohttp[speedups]~=3.8",
2423
"gql[aiohttp,requests]>=4,<5",

taskcluster/kinds/docker-image/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ tasks:
1010
fetch: {}
1111
python:
1212
args:
13-
PYTHON_VERSIONS: "3.14 3.13 3.12 3.11 3.10 3.9"
13+
PYTHON_VERSIONS: "3.14 3.13 3.12 3.11 3.10"
1414
UV_VERSION: 0.9.18

0 commit comments

Comments
 (0)