Skip to content

Commit ebae5cd

Browse files
committed
ci: Add Python 3.12
For covering Fedora 41/42, and they may also be added to RHEL 9 at some point. 3.13 is not yet supported by all Ansible tools: > py313: failed with env name py313 conflicting with base python python3 So don't add this for now.
1 parent 4e2fe06 commit ebae5cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
os: ubuntu-latest
2828
- ver: "3.11"
2929
os: ubuntu-latest
30+
- ver: "3.12"
31+
os: ubuntu-latest
3032
runs-on: ${{ matrix.pyver_os.os }}
3133
steps:
3234
- name: Update git

0 commit comments

Comments
 (0)