Commit 4e048308 by Bartosz Sokorski Committed by GitHub

ci: Python 3.11 in Cirrus/FreeBSD

parent 4c29f211
...@@ -16,6 +16,7 @@ test_task: ...@@ -16,6 +16,7 @@ test_task:
- PYTHON: python3.8 - PYTHON: python3.8
- PYTHON: python3.9 - PYTHON: python3.9
- PYTHON: python3.10 - PYTHON: python3.10
- PYTHON: python3.11
install_prereqs_script: install_prereqs_script:
- V=$(printf '%s' $PYTHON | tr -d '.[:alpha:]') - V=$(printf '%s' $PYTHON | tr -d '.[:alpha:]')
- pkg install -y python${V} py${V}-sqlite3 - pkg install -y python${V} py${V}-sqlite3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment