Skip to content

Commit

Permalink
Update max Py version in --about
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 8, 2024
1 parent 1bcd297 commit 5100b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Keep these in sync with the supported Python versions in pyproject.toml
_PY_MIN_VERSION = 8
_PY_MAX_VERSION = 12
_PY_MAX_VERSION = 13


def _get_min_version(specifiers: SpecifierSet) -> int:
Expand Down

0 comments on commit 5100b08

Please sign in to comment.