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
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.10
|
||||
python.org: '>=3.10<3.12'
|
||||
tcpdump.org: '*'
|
||||
openssl.org: '*'
|
||||
|
||||
|
@ -34,4 +34,4 @@ provides:
|
|||
|
||||
test:
|
||||
script: test "$(opencanaryd --version)" = "{{version}}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue