mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
ci: fix 3.12 python tests
tests were failing due to too restrictive python version requirements (<=3.12 when 3.12.X exist). switching to <3.13 allows every python 3.12 patch version to work normally
This commit is contained in:
parent
3a9bc86108
commit
64fc5a2972
@ -25,7 +25,7 @@ classifiers = [
|
|||||||
pipreqs = "pipreqs.pipreqs:main"
|
pipreqs = "pipreqs.pipreqs:main"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<=3.12"
|
python = ">=3.8.1,<3.13"
|
||||||
yarg = "0.1.9"
|
yarg = "0.1.9"
|
||||||
docopt = "0.6.2"
|
docopt = "0.6.2"
|
||||||
nbconvert = "^7.11.0"
|
nbconvert = "^7.11.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user