Hello, Did fetch ports.tar.gz from pub/OpenBSD/7.0/ and there is no 3.10 version yet. As a fact I know there is a drop of libreSSL from Python 3.10 and building Python will fail OpenBSD 7.0
also using openssl package won't help as it has 'eopenssl30' in it's path which Python configure script is not able to handle even providing --with-openssl custom ssl library path. Now it seems to me the only way to get Python3.10 on OpenBSD is to build it from source and build also OpenSSL from source. This seems a bit too much. juris