Skip to content

Commit

Permalink
fix: requires-python in metadata (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored May 10, 2024
1 parent 8236912 commit 5560960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Update `requires-python` in metadata to require >= 3.9 ([#684](https://github.com/stac-utils/pystac-client/pull/684))

## [v0.7.7]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"requests>=2.28.2",
"pystac[validation]>=1.10.0",
Expand Down

0 comments on commit 5560960

Please sign in to comment.