Skip to content

Commit 7308010

Browse files
ESS-3438 Update to Python 3.11 to 3.13
1 parent bdfa2c3 commit 7308010

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ["3.10", "3.11", "3.12"]
16+
python-version: ["3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -38,4 +38,4 @@ jobs:
3838

3939
- name: Test doc build with tox
4040
run: tox -e docs
41-
if: ${{ (matrix.python-version == '3.11') && (matrix.os == 'ubuntu-latest')}}
41+
if: ${{ (matrix.python-version == '3.12') && (matrix.os == 'ubuntu-latest')}}

.github/workflows/deploy_public.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737

38-
- name: Set up Python 3.11
38+
- name: Set up Python 3.12
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: "3.11"
41+
python-version: "3.12"
4242

4343
- name: Install dependencies
4444
run: |

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.
88

99
Python version support
1010
----------------------
11-
Officially Python 3.10, 3.11, and 3.12. We aim to support the three most
11+
Officially Python 3.11, 3.12, and 3.13. We aim to support the three most
1212
recent major versions.
1313

1414
OS support

0 commit comments

Comments
 (0)