Skip to content

Commit 9bd8ea0

Browse files
Drop Python 3.9 (#902)
1 parent 734d001 commit 9bd8ea0

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ["3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.10", "3.11", "3.12"]
2929
kubernetes-version: ["1.30.2"]
3030
include:
3131
- python-version: '3.10'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Dask Kubernetes
3030
:target: https://anaconda.org/conda-forge/dask-kubernetes
3131
:alt: Conda Forge
3232

33-
.. image:: https://img.shields.io/badge/python%20support-3.9%7C3.10%7C3.11%7C3.12-blue
33+
.. image:: https://img.shields.io/badge/python%20support-3.10%7C3.11%7C3.12-blue
3434
:target: https://kubernetes.dask.org/en/latest/installing.html#supported-versions
3535
:alt: Python Support
3636

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dask Kubernetes Operator
99
:target: https://anaconda.org/conda-forge/dask-kubernetes
1010
:alt: Conda Forge
1111

12-
.. image:: https://img.shields.io/badge/python%20support-3.9%7C3.10%7C3.11%7C3.12-blue
12+
.. image:: https://img.shields.io/badge/python%20support-3.10%7C3.11%7C3.12-blue
1313
:target: https://kubernetes.dask.org/en/latest/installing.html#supported-versions
1414
:alt: Python Support
1515

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "Native Kubernetes integration for Dask"
99
readme = "README.rst"
1010
license = { file = "LICENSE" }
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
maintainers = [{ name = "Jacob Tomlinson" }]
1313
keywords = ["dask", "distributed", "kubernetes"]
1414
dependencies = [
@@ -88,8 +88,7 @@ line-length = 120
8888
# Allow unused variables when underscore-prefixed.
8989
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
9090

91-
# Assume Python 3.8
92-
target-version = "py39"
91+
target-version = "py310"
9392

9493
[tool.pytest.ini_options]
9594
minversion = "6.0"

0 commit comments

Comments
 (0)