Skip to content

Commit

Permalink
link to existing cgi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Oct 14, 2024
1 parent e674188 commit 2d90607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.1.1]

### Fixed
* Pin Python version to `<3.13` because the standard library [`cgi` module](https://docs.python.org/3.12/library/cgi.html) has been removed in Python 3.13.
* Pin Python version to `<3.13` because the standard library [`cgi` module](https://docs.python.org/3.12/library/cgi.html) has been removed in Python 3.13. See <https://github.com/ASFHyP3/hyp3-lib/issues/300>.

## [3.1.0]

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
# FIXME: standard lib `cgi` module removed in 3.13: https://docs.python.org/3.12/library/cgi.html
# FIXME: standard lib `cgi` module removed in 3.13: https://github.com/ASFHyP3/hyp3-lib/issues/300
- python>=3.10,<3.13
- pip
# For running
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hyp3lib"
# FIXME: standard lib `cgi` module removed in 3.13: https://docs.python.org/3.12/library/cgi.html
# FIXME: standard lib `cgi` module removed in 3.13: https://github.com/ASFHyP3/hyp3-lib/issues/300
requires-python = ">=3.10,<3.13"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 2d90607

Please sign in to comment.