Skip to content

Commit bac75c2

Browse files
committed
Completely drop Python 3.8 and 3.9 testing support
These versions of Python are EOL and pose incompatibility issues in the Conda environments.
1 parent 9682da7 commit bac75c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
65+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6666
env:
6767
- {os: ubuntu-22.04, json-image: '{"image": "ubuntu:20.04"}'}
6868
- {os: ubuntu-22.04, json-image: '{"image": null}'}

.github/workflows/dev-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
DEFAULT_KHIOPS_REVISION: 11.0.0-rc.2
55
DEFAULT_IMAGE_INCREMENT: 0
66
DEFAULT_SERVER_REVISION: main
7-
DEFAULT_PYTHON_VERSIONS: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
7+
DEFAULT_PYTHON_VERSIONS: 3.10 3.11 3.12 3.13 3.14
88
DEFAULT_KHIOPS_GCS_DRIVER_REVISION: 0.0.14
99
DEFAULT_KHIOPS_S3_DRIVER_REVISION: 0.0.14
1010
on:
@@ -30,7 +30,7 @@ on:
3030
description: Set as 'latest'
3131
python-versions:
3232
type: string
33-
default: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
33+
default: 3.10 3.11 3.12 3.13 3.14
3434
description: Python versions to support
3535
server-revision:
3636
type: string

0 commit comments

Comments
 (0)