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: ...@@ -21,7 +21,7 @@ build:
requirements: requirements:
host: host:
- python >=3.9 - python >=3.10
- pip - pip
- click >=8 - click >=8
- click {{ click }} - click {{ click }}
...@@ -29,7 +29,7 @@ requirements: ...@@ -29,7 +29,7 @@ requirements:
- tomli-w {{ tomli_w }} - tomli-w {{ tomli_w }}
- xdg {{ xdg }} - xdg {{ xdg }}
run: run:
- python >=3.9 - python >=3.10
- {{ pin_compatible('click') }} - {{ pin_compatible('click') }}
- {{ pin_compatible('tomli') }} - {{ pin_compatible('tomli') }}
- {{ pin_compatible('tomli-w') }} - {{ pin_compatible('tomli-w') }}
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
[project] [project]
name = "clapper" name = "clapper"
version = "1.0.2b0" version = "1.0.2b0"
requires-python = ">=3.9" requires-python = ">=3.10"
description = "Configuration Support for Python Packages and CLIs" description = "Configuration Support for Python Packages and CLIs"
readme = "README.md" readme = "README.md"
license = {text = "BSD 3-Clause License"} 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