Commit d67d05d
authored
chore(deps): restrict to Python 3.13 (#4452)
The README.md states that this utility is only compatible with Python
v3.10 thru v3.13, however there was no upper bound specified in the
pyproject.toml definition.
It is currently therefore possible to install cfn-lint using Python
3.14 but it will throw various errors and / or warnings when being
executed.
This change adds an upper bound so that installation of cfn-lint will
fail on versions of Python that are unsupported.1 parent 0806f84 commit d67d05d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments