diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index ca03f0b..e9110e0 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -19,8 +19,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', '3.11'] - spark-version: [3.2.4, 3.3.4, 3.4.2, 3.5.0] + python-version: [3.9, '3.10', '3.11'] + spark-version: [3.2.4, 3.3.4, 3.4.2, 3.5.1] pandas-version: [2.2.1, 1.5.3] exclude: - python-version: '3.11' diff --git a/README.md b/README.md index 72963e1..c77c3b6 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ with the Pandas on Spark implementation. Spark plans to support Pandas 2 in [Spa With version ``0.12.0``: - Not support Pandas ``2.0.0`` For the native Spark implemention - Spark ``3.1`` support will be dropped +- Python ``3.8`` support is dropped | | Spark 3.2.4 | Spark 3.3.4 | Spark 3.4.2 | Spark 3.5.1 | |-------------|-------------|-------------|-------------|-------------| -| Python 3.8 | ✅ | ✅ | ✅ | ✅ | | Python 3.9 | ✅ | ✅ | ✅ | ✅ | | Python 3.10 | ✅ | ✅ | ✅ | ✅ | | Python 3.11 | ❌ | ❌ | ✅ | ✅ |