diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 426ad4152..2fd34cd7b 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.9] - toxenv: [py39-test, py39-test-dev] + python: ['3.10'] + toxenv: [py310-test, py310-test-dev] release: [main, latest] steps: - name: Checkout Repository diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 51b2b3704..c315407ca 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,8 +19,8 @@ jobs: - name: latest supported versions os: ubuntu-latest - python: 3.9 - toxenv: py39-test-all-latest-cov + python: '3.10' + toxenv: py310-test-all-latest-cov toxposargs: --cov-report=xml:${GITHUB_WORKSPACE}/coverage.xml - name: oldest supported versions @@ -30,13 +30,13 @@ jobs: - name: macOS latest supported os: macos-latest - python: 3.9 - toxenv: py39-test-latest + python: '3.10' + toxenv: py310-test-latest - name: Windows latest supported os: windows-latest - python: 3.9 - toxenv: py39-test-latest + python: '3.10' + toxenv: py310-test-latest steps: - name: Checkout Repository diff --git a/tox.ini b/tox.ini index fe62a9fbd..f534d960b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] envlist = - py{36,37,38,39}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{36,37,38,39}-test-numpy{116,117,118,119,120,121} - py{36,37,38,39}-test-scipy{12,13,14,15,16,17} - py{36,37,38,39}-test-astropy{40,41,42,43,50} + py{36,37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov} + py{36,37,38,39,310}-test-numpy{116,117,118,119,120,121} + py{36,37,38,39,310}-test-scipy{12,13,14,15,16,17} + py{36,37,38,39,310}-test-astropy{40,41,42,43,50} build_docs linkcheck codestyle