Skip to content

Commit c876f64

Browse files
Copilotericholscher
andcommitted
Update all Python and Ubuntu versions to 3.12 and 24.04
Co-authored-by: ericholscher <[email protected]>
1 parent 5ab9d70 commit c876f64

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.10"
16+
python-version: "3.12"
1717

1818
- name: Run CI
1919
run: |

.github/workflows/pip-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.12"
3030

3131
- name: Install "pg_config" requirement
3232
run: sudo apt-get install libpq-dev

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@
157157
"https://docs.djangoproject.com/en/dev/",
158158
"https://docs.djangoproject.com/en/dev/_objects/",
159159
),
160-
"python": ("https://docs.python.org/3.8/", None),
160+
"python": ("https://docs.python.org/3.12/", None),
161161
}

docs/developer/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This section is more to document steps than to encourage you to develop outside
4343
Requirements
4444
~~~~~~~~~~~~
4545

46-
- Python 3.10
46+
- Python 3.12
4747
- Nodejs (tested with v14)
4848

4949
Front-end assets

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ exclude = [
1414
line-length = 88
1515
indent-width = 4
1616

17-
# Assume Python 3.10
18-
target-version = "py310"
17+
# Assume Python 3.12
18+
target-version = "py312"
1919

2020
[tool.ruff.lint]
2121
# Enable:

readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ version: 2
55

66
# Set the OS & Python version
77
build:
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
tools:
10-
python: "3.10"
10+
python: "3.12"
1111

1212
# Build documentation in the "docs/" directory with Sphinx
1313
sphinx:

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.12
1+
python-3.12

0 commit comments

Comments
 (0)