Skip to content
Snippets Groups Projects
Commit 1ef580a4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Require python>=3.10

parent a00a7d41
No related branches found
No related tags found
No related merge requests found
Pipeline #81862 passed
......@@ -21,7 +21,7 @@ build:
requirements:
host:
- python >=3.9
- python >=3.10
- pip
- click >=8
- click {{ click }}
......@@ -29,7 +29,7 @@ requirements:
- tomli-w {{ tomli_w }}
- xdg {{ xdg }}
run:
- python >=3.9
- python >=3.10
- {{ pin_compatible('click') }}
- {{ pin_compatible('tomli') }}
- {{ pin_compatible('tomli-w') }}
......
......@@ -9,7 +9,7 @@
[project]
name = "clapper"
version = "1.0.2b0"
requires-python = ">=3.9"
requires-python = ">=3.10"
description = "Configuration Support for Python Packages and CLIs"
readme = "README.md"
license = {text = "BSD 3-Clause License"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment