8000 CI: Use Python 3.12 across the board · crate/crate-python@5e77e9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e77e9e

Browse files
committed
CI: Use Python 3.12 across the board
1 parent 159a6b7 commit 5e77e9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.11'
29+
python-version: '3.12'
3030
cache: 'pip'
3131
cache-dependency-path: 'setup.py'
3232

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Another CI test matrix slot to test against prerelease versions of Python packages.
2525
include:
2626
- os: 'ubuntu-latest'
27-
python-version: '3.11'
27+
python-version: '3.12'
2828
cratedb-version: 'nightly'
2929
sqla-version: 'latest'
3030
pip-allow-prerelease: 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.9'
17+
python-version: '3.12'
1818
cache: 'pip'
1919
cache-dependency-path: 'setup.py'
2020

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Another CI test matrix slot to test against prerelease versions of Python packages.
3939
include:
4040
- os: 'ubuntu-latest'
41-
python-version: '3.11'
41+
python-version: '3.12'
4242
cratedb-version: '5.2.2'
4343
sqla-version: 'latest'
4444
pip-allow-prerelease: 'true'

0 commit comments

Comments
 (0)
0