File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
build-scripts/ubuntu-2204 Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33# Automatically added from template:
44if which py3compile > /dev/null 2>&1 ; then
5- py3compile -O -p {package_name} /usr/local/lib/python3.8 /dist-packages/
5+ py3compile -O -p {package_name} /usr/local/lib/python3.10 /dist-packages/
66fi
77
88# End automatically added section
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ GENERAL_CONFIG_DIR="/etc/indy"
66GENERAL_DATA_DIR=" /var/lib/indy"
77GENERAL_LOG_DIR=" /var/log/indy"
88
9- INSTALL_DIR=' /usr/local/lib/python3.8 /dist-packages'
9+ INSTALL_DIR=' /usr/local/lib/python3.10 /dist-packages'
1010
1111NOFILES_SOFT_LIMIT=65536
1212NOFILES_HARD_LIMIT=131072
Original file line number Diff line number Diff line change 11[pytest]
2- asyncio_mode = auto
32testpaths =
43 indy_common
54 indy_node
You can’t perform that action at this time.
0 commit comments