Skip to content

Commit

Permalink
ci: enable Python 3.12 for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
abn authored and neersighted committed Mar 24, 2024
1 parent 6b64023 commit d931354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test_task:
- PYTHON: python3.9
- PYTHON: python3.10
- PYTHON: python3.11
- PYTHON: python3.12
install_prereqs_script:
- V=$(printf '%s' $PYTHON | tr -d '.[:alpha:]')
- pkg install -y python${V} py${V}-sqlite3
Expand Down

0 comments on commit d931354

Please sign in to comment.