Skip to content

Commit 45c141a

Browse files
authored
pyproject.py - set python version to >=3.9 (#188)
1 parent 55e7058 commit 45c141a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-utility-scripts"
33
version = "1.0.21"
44
description = "Python utility scripts"
5-
requires-python = "~=3.9"
5+
requires-python = ">=3.9"
66
readme = "README.md"
77
license = "Apache-2.0"
88
classifiers = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)