mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Cap python to less than 3.12
This commit is contained in:
parent
3adaa94a1f
commit
89d42f0cfc
|
@ -6,7 +6,7 @@ versions:
|
||||||
github: thinkst/opencanary
|
github: thinkst/opencanary
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ^3.10
|
python.org: '>=3.10<3.12'
|
||||||
tcpdump.org: '*'
|
tcpdump.org: '*'
|
||||||
openssl.org: '*'
|
openssl.org: '*'
|
||||||
|
|
||||||
|
@ -34,4 +34,4 @@ provides:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: test "$(opencanaryd --version)" = "{{version}}"
|
script: test "$(opencanaryd --version)" = "{{version}}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue