Skip to content

Commit

Permalink
fix: state upperbound (3.12) for python version support (#501)
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <[email protected]>
amarsjac authored Nov 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 57667e1 commit f35765f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ Notable features include:

This library requires:

1. Python 3.8 or higher; and
1. Python 3.8 through 3.12; and
2. Linux, Windows, or macOS operating system.

## Versioning
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ authors = [
dynamic = ["version"]
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.8"
requires-python = ">=3.8, <3.13"
# https://pypi.org/classifiers/
classifiers = [
"Development Status :: 5 - Production/Stable",

0 comments on commit f35765f

Please sign in to comment.