Cap python to less than 3.12

This commit is contained in:
Jacob Torrey 2023-11-01 12:04:28 -06:00 committed by Jacob Heider
parent 3adaa94a1f
commit 89d42f0cfc

View file

@ -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}}"