Skip to content

Commit

Permalink
allow the use of 3.11;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Sep 30, 2023
1 parent f52246a commit bb77000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"

[tools.setuptools]
packages = ["koi_core"]

[project]
name = "koi-core"
version = "0.4.6"
description = "Runtime for the KOI-System including koi-worker"
readme = "README.md"
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
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 bb77000

Please sign in to comment.