From 0d20af669ac7ee5a9eb3c80e89ecfdff56d8263b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 23 Apr 2024 16:38:31 +0200 Subject: [PATCH] add py312 --- .github/workflows/ci-tests.yml | 2 +- tox.ini | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4d80de23..0a4be300 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - version: [py39, py310, py311] + version: [py39, py310, py311, py312] include: - os: ubuntu-latest platform: linux diff --git a/tox.ini b/tox.ini index 4786a57e..b3471dbd 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ requires = tox-run-command -[testenv:py{39,310,311}-lock] +[testenv:py{39,310,311,312}-lock] allowlist_externals = cp changedir = @@ -32,17 +32,20 @@ commands = conda-lock --channel conda-forge --kind explicit --file {env:TMPFILE} --platform linux-64 --filename-template "{envname}-\{platform\}.txt" {posargs} -[testenv:py{39,310,311}-{linux,osx,win}-test] +[testenv:py{39,310,311,312}-{linux,osx,win}-test] conda_spec = py39-linux: {toxinidir}{/}requirements{/}locks{/}py39-lock-linux-64.txt py310-linux: {toxinidir}{/}requirements{/}locks{/}py310-lock-linux-64.txt py311-linux: {toxinidir}{/}requirements{/}locks{/}py311-lock-linux-64.txt + py312-linux: {toxinidir}{/}requirements{/}locks{/}py312-lock-linux-64.txt py39-osx: {toxinidir}{/}requirements{/}locks{/}py39-lock-osx-64.txt py310-osx: {toxinidir}{/}requirements{/}locks{/}py310-lock-osx-64.txt py311-osx: {toxinidir}{/}requirements{/}locks{/}py311-lock-osx-64.txt + py312-osx: {toxinidir}{/}requirements{/}locks{/}py312-lock-osx-64.txt py39-win: {toxinidir}{/}requirements{/}locks{/}py39-lock-win-64.txt py310-win: {toxinidir}{/}requirements{/}locks{/}py310-lock-win-64.txt py311-win: {toxinidir}{/}requirements{/}locks{/}py311-lock-win-64.txt + py312-win: {toxinidir}{/}requirements{/}locks{/}py312-lock-win-64.txt description = Perform cf-units unit/integration tests. passenv =