Skip to content

Commit

Permalink
Drop Python 3.9 support (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 17, 2025
1 parent 0a89e8f commit 287ad87
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
container:
image: ghcr.io/e3sm-project/containers-e3sm-diags-test-data:e3sm-diags-test-data-0.0.2
steps:
Expand Down
2 changes: 1 addition & 1 deletion conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
# Base
# =================
- python >=3.9
- python >=3.10
- pip
- setuptools
- beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
# Base
# =======================
- python >=3.9
- python >=3.10
- pip
- setuptools
- beautifulsoup4
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ authors = [
]
license = { text = "BSD 3-Clause" }
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD 3-Clause License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
174 changes: 0 additions & 174 deletions setup.py

This file was deleted.

0 comments on commit 287ad87

Please sign in to comment.