Skip to content

Commit

Permalink
fixed wrong python version constraint;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Apr 2, 2023
1 parent 70a4560 commit b657cc3
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 @@ -7,7 +7,7 @@ name = "koi-core"
version = "0.4.3"
description = "Runtime for the KOI-System including koi-worker"
readme = "README.md"
requires-python = ">=3.8,<=3.10"
requires-python = ">=3.8,<3.11"
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"]

dependencies = [
Expand Down

0 comments on commit b657cc3

Please sign in to comment.