From 2d3f95e5323abbc4ff8ced82595dc73ef181f0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 8 Oct 2024 17:09:32 +0200 Subject: [PATCH] TST: add CPython 3.13 to regular test matrix --- .github/workflows/ci.yml | 5 +++-- tox.ini | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a4e2fd..5d6ecf0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' # Test all on ubuntu, test ends on macos and windows include: - os: macos-13 @@ -30,9 +31,9 @@ jobs: - os: windows-latest python-version: '3.9' - os: macos-latest - python-version: '3.12' + python-version: '3.13' - os: windows-latest - python-version: '3.12' + python-version: '3.13' steps: diff --git a/tox.ini b/tox.ini index 4d2010d0..65895cda 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39-docs,begin,py39-dependencies,py39-versions,py{39,310,311,312},py39-unyt-module-test-function,end +envlist = py39-docs,begin,py39-dependencies,py39-versions,py{39,310,311,312,313},py39-unyt-module-test-function,end isolated_build = True [gh-actions] @@ -8,6 +8,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 + 3.13: py313 [testenv] package = wheel