Skip to content

Commit

Permalink
Use python 3.11.5 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 5, 2023
1 parent 19fa5a1 commit a3a090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Python 3.x
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'
- name: Setup virtualenv and install cekit and required packages
run: |
python --version
Expand Down

0 comments on commit a3a090f

Please sign in to comment.