From 40786f360cfb13669832e76a8ffb59e76bc3d427 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:51:23 -0400 Subject: [PATCH] TST: Python 3.12 --- .github/workflows/ci_workflows.yml | 18 +++++++++--------- tox.ini | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 56bc55c122..05d326bb49 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -44,10 +44,10 @@ jobs: toxenv: securityaudit allow_failure: false - - name: Python 3.10 with coverage checking, all deps, and remote data + - name: Python 3.11 with coverage checking, all deps, and remote data os: ubuntu-latest - python: '3.10' - toxenv: py310-test-alldeps-cov + python: '3.11' + toxenv: py311-test-alldeps-cov toxposargs: --remote-data allow_failure: false @@ -57,18 +57,18 @@ jobs: toxenv: py39-test allow_failure: false - - name: Windows - Python 3.9 + - name: Windows - Python 3.10 os: windows-latest - python: 3.9 - toxenv: py39-test + python: '3.10' + toxenv: py310-test allow_failure: false # This also runs on cron but we want to make sure new changes # won't break this job at the PR stage. - - name: Python 3.11 with latest dev versions of key dependencies, and remote data + - name: Python 3.12 with latest dev versions of key dependencies, and remote data os: ubuntu-latest - python: '3.11' - toxenv: py311-test-devdeps + python: '3.12-dev' + toxenv: py312-test-devdeps toxposargs: --remote-data --run-slow allow_failure: true diff --git a/tox.ini b/tox.ini index 1a49385f36..aab3c7cf6a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{38,39,310,311}-test{,-alldeps,-devdeps,-predeps}{-romandeps}{,-cov} + py{38,39,310,311,312}-test{,-alldeps,-devdeps,-predeps}{-romandeps}{,-cov} linkcheck codestyle pep517