Skip to content

Commit

Permalink
Drop support for Python 3.8 now that it is end-of-life.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686936812
  • Loading branch information
schwehr authored and Google Earth Engine Authors committed Oct 18, 2024
1 parent d982085 commit 05b9dee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [
"3.8",
"3.9",
"3.10",
"3.11",
Expand Down
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "earthengine-api"
version = "0.0.0"
description = "Earth Engine Python API"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = [
"earth engine",
"image analysis",
Expand All @@ -22,7 +22,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 05b9dee

Please sign in to comment.