Skip to content

Commit 40e5acf

Browse files
committed
[ci] Dropped support for Python 3.8 (httpx-retries requires Python ≥ 3.9)
1 parent 8bf8879 commit 40e5acf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_upload_conda_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

.github/workflows/pyatlan-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Specify version as a string
1313
# https://github.com/actions/setup-python/issues/160"
14-
python-version: ["3.8", "3.12", "3.13"]
14+
python-version: ["3.9", "3.12", "3.13"]
1515

1616
steps:
1717
- name: Checkout code
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
# Specify version as a string
5050
# https://github.com/actions/setup-python/issues/160"
51-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
51+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5252

5353
steps:
5454
- name: Checkout code

.github/workflows/pyatlan-test-cron.yaml

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.8, 3.12]
14+
python-version: [3.9, 3.12]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)