Skip to content

Commit

Permalink
build: set requires-python setting to 3.11 only
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jan 6, 2024
1 parent b0e2752 commit 47c13a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ keywords = [
license = "MIT"
name = "fuji"
readme = "README.md"
requires-python = ">=3.11"
requires-python = "~=3.11" # at the moment only Python 3.11 is supported
version = "3.1.1"

[project.optional-dependencies]
Expand Down

0 comments on commit 47c13a0

Please sign in to comment.