Skip to content

Commit ce471be

Browse files
Use >= instead of ^ for Python version.
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 4721d41 commit ce471be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ansible = "ansible_pygments.styles:AnsibleStyle"
3535
ansible = "ansible_pygments.styles:AnsibleStyle"
3636

3737
[tool.poetry.dependencies]
38-
python = "^3.9.0"
38+
python = ">= 3.9.0"
3939
# Pygments 2.4.0 includes bugfixes for YAML and YAML+Jinja lexers
4040
pygments = ">= 2.4.0"
4141

0 commit comments

Comments
 (0)