From d751606849a3d1f7c00d1be88b316c499a3c40ef Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:39:33 +0000 Subject: [PATCH] BLD: Set python latest supported version to 3.14 --- .github/workflows/compatibility.yaml | 4 ++-- .github/workflows/tests.yaml | 12 ++++++------ .readthedocs.yml | 2 +- tox.ini | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 6346d592..25dc77f4 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -9,8 +9,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python: ['3.13'] - toxenv: [py313-test, py313-test-dev] + python: ['3.14'] + toxenv: [py314-test, py314-test-dev] release: [main, latest] steps: - name: Checkout Repository diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f7fd9e2f..96993b9c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,8 +23,8 @@ jobs: - name: latest supported versions os: ubuntu-latest - python: '3.13' - toxenv: py313-test-all-latest-cov + python: '3.14' + toxenv: py314-test-all-latest-cov toxposargs: --cov-report=xml:${GITHUB_WORKSPACE}/coverage.xml - name: oldest supported versions @@ -34,13 +34,13 @@ jobs: - name: macOS latest supported os: macos-latest - python: '3.13' - toxenv: py313-test-latest + python: '3.14' + toxenv: py314-test-latest - name: Windows latest supported os: windows-latest - python: '3.13' - toxenv: py313-test-latest + python: '3.14' + toxenv: py314-test-latest steps: - name: Checkout Repository diff --git a/.readthedocs.yml b/.readthedocs.yml index 4fa0e9b7..2b765619 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: '3.13' + python: '3.14' apt_packages: - graphviz diff --git a/tox.ini b/tox.ini index 0fe894d4..d4935e4e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] envlist = - py{310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24} - py{310,311,312,313}-test-scipy{18,19,110,111,112,113,114,115,116,117} - py{310,311,312,313}-test-astropy{50,51,52,53,60,61,70,71,72} + py{310,311,312,313,314}-test{,-all}{,-dev,-latest,-oldest}{,-cov} + py{310,311,312,313,314}-test-numpy{121,122,123,124,125,126,20,21,22,23,24} + py{310,311,312,313,314}-test-scipy{18,19,110,111,112,113,114,115,116,117} + py{310,311,312,313,314}-test-astropy{50,51,52,53,60,61,70,71,72} build_docs linkcheck codestyle