Skip to content

Commit

Permalink
Switch to using Python 3.11 in CI
Browse files Browse the repository at this point in the history
scylla-ccm, which we use in integration tests does not support Python
3.12 (refs scylladb/scylla-ccm#537). Switch to using Python 3.11
specifically to fix the compatibility problem.
  • Loading branch information
avelanarius committed Dec 13, 2023
1 parent 8af74b5 commit 8b90b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Fetch Scylla and Cassandra versions
id: fetch-versions
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'

- name: Setup environment
run: |
Expand Down

0 comments on commit 8b90b6f

Please sign in to comment.