Skip to content

Commit

Permalink
Issue #127/#174 Bump minimum python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 12, 2025
1 parent bb483d5 commit 2116597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

## unreleased

- Bump minimum required Python version to 3.11 ([#127](https://github.com/Open-EO/openeo-aggregator/issues/127), [#174](https://github.com/Open-EO/openeo-aggregator/issues/174))

## 0.43.0

- Jenkins test build: bump to Python 3.11 to align with version used in Docker image ([#174](https://github.com/Open-EO/openeo-aggregator/issues/174))
- Jenkins test pipeline: bump to Python 3.11 to align with version used in Docker image ([#174](https://github.com/Open-EO/openeo-aggregator/issues/174))

## 0.42.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
),
],
python_requires=">=3.8",
python_requires=">=3.11",
install_requires=[
"requests",
"attrs",
Expand Down

0 comments on commit 2116597

Please sign in to comment.