Skip to content

Commit 86bc97b

Browse files
authored
Merge pull request caikit#771 from vajain-upstream/fix_publish_action
Set Python version to 3.12 in publish action
2 parents 397b0a7 + f7196c5 commit 86bc97b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
tox: 'py310'
3535
- setup: '3.11'
3636
tox: 'py311'
37+
- setup: '3.12'
38+
tox: 'py312'
3739
# Special matrix entry to ensure core tests pass without optional deps
3840
- setup: '3.8'
3941
tox: 'core'

.github/workflows/publish-library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- name: Set up Python
2727
uses: actions/setup-python@v3
28+
with:
29+
python-version: '3.12'
2830
- name: Build and check package
2931
run: |
3032
pip install tox

0 commit comments

Comments
 (0)