Skip to content

Commit df622ab

Browse files
committed
ci: Set python version to 3.11
Python 3.12 has some compatability issues with scylla-ccm. Setting the python version to 3.11 should workaround the issue for now.
1 parent 51ff0d5 commit df622ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/[email protected]

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Python 3
9999
uses: actions/setup-python@v2
100100
with:
101-
python-version: '3.x'
101+
python-version: '3.11'
102102

103103
- name: Fetch Scylla and Cassandra versions
104104
id: fetch-versions
@@ -135,7 +135,7 @@ jobs:
135135
- name: Setup Python 3
136136
uses: actions/setup-python@v2
137137
with:
138-
python-version: '3.x'
138+
python-version: '3.11'
139139

140140
- name: Setup environment
141141
run: |
@@ -192,7 +192,7 @@ jobs:
192192
- name: Setup Python 3
193193
uses: actions/setup-python@v2
194194
with:
195-
python-version: '3.x'
195+
python-version: '3.11'
196196

197197
- name: Setup environment
198198
run: |

0 commit comments

Comments
 (0)