diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 984ac748..6346d592 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.12'] - toxenv: [py312-test, py312-test-dev] + python: ['3.13'] + toxenv: [py313-test, py313-test-dev] release: [main, latest] steps: - name: Checkout Repository diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9657878d..6546eeee 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.12' - toxenv: py312-test-all-latest-cov + python: '3.13' + toxenv: py313-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.12' - toxenv: py312-test-latest + python: '3.13' + toxenv: py313-test-latest - name: Windows latest supported os: windows-latest - python: '3.12' - toxenv: py312-test-latest + python: '3.13' + toxenv: py313-test-latest steps: - name: Checkout Repository diff --git a/tox.ini b/tox.ini index a59a5df8..6e0bd7ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] envlist = - py{39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{39,310,311,312}-test-numpy{119,120,121,122,123,124,125,126,20,21,22} - py{39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114} - py{39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61,70} + py{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov} + py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22} + py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114} + py{39,310,311,312,313}-test-astropy{40,41,42,43,50,51,52,53,60,61,70} build_docs linkcheck codestyle